Html Css Color HEX #A67CEB Medium Purple

📋 copy color: '#A67CEB'

red 166 ◦ green 124 ◦ blue 235

#A67CEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A67CEB

Tints of Medium Purple #A67CEB

RGB

 RED value IS 166 (65.23% from 255) = 31.62%

 GREEN value IS 124 (48.83% from 255) = 23.62%

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 31.62%
G = 23.62%
B = 44.76%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A67CEB (or 0xA67CEB) is known color: Medium Purple. HEX triplet: A6, 7C and EB. RGB value is (166,124,235). Sum of RGB (Red+Green+Blue) = 166+124+235=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #A67CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67CEB is #598314. Grayscale: #949494. Windows color (decimal): -5866261 or 15432870. OLE color: 15432870.

HSL color Cylindrical-coordinate representation of color #A67CEB: hue angle of 262.7º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A67CEB is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 124 235 -
CMYK 0.29 0.47 0 0.08
HSL 262.7º 0.74% 0.7% -
HSV(B) 262.7º 0.47% 0.92% -
XYZ 37.93 28.52 82.1 -
YUV 149.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 166 124 235 0.29 0.47 0 0.08 262.7 0.74 0.7
Hex A6 7C EB 1D 2F 0 8 107 4A 46
Octal 246 174 353 35 57 0 10 407 112 106
Binary 10100110 1111100 11101011 11101 101111 0 1000 100000111 1001010 1000110

Color Harmonies of #A67CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67CEB

Black with #A67CEB

Text Example


Text Example

White with #A67CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67CEB; }

 p { color: rgb(166,124,235); }

 H1.HeaderClassName
 {
   color: #A67CEB;
 }
 .AnyTagClassName
 {
   color: #A67CEB;
 }
</style>

background-color css

<style>
 a { background-color: #A67CEB; }

 a { background-color: rgb(166,124,235); }

 div.DivClassName
 {
   background-color: #A67CEB;
 }
 .BgClassName
 {
   background-color: #A67CEB;
 }
</style>

border-color css

<style>
 span { border-color: #A67CEB; }

 span { border-color: rgb(166,124,235); }

 td.TdClassName
 {
   border-color: #A67CEB;
 }
 .TagClassName
 {
   border-color: #A67CEB;
 }
</style>