Html Css Color HEX #A67ED3 Cold Purple

📋 copy color: '#A67ED3'

red 166 ◦ green 126 ◦ blue 211

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

Shades of Cold Purple #A67ED3

Tints of Cold Purple #A67ED3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.05%

 BLUE value IS 211 (82.81% from 255) = 41.95%

R = 33%
G = 25.05%
B = 41.95%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A67ED3 (or 0xA67ED3) is known color: Cold Purple. HEX triplet: A6, 7E and D3. RGB value is (166,126,211). Sum of RGB (Red+Green+Blue) = 166+126+211=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #A67ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ED3 is #59812C. Grayscale: #939393. Windows color (decimal): -5865773 or 13860518. OLE color: 13860518.

HSL color Cylindrical-coordinate representation of color #A67ED3: hue angle of 268.24º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A67ED3 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 166 126 211 -
CMYK 0.21 0.40 0 0.17
HSL 268.24º 0.49% 0.66% -
HSV(B) 268.24º 0.4% 0.83% -
XYZ 34.94 27.73 65.14 -
YUV 147.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 166 126 211 0.21 0.40 0 0.17 268.24 0.49 0.66
Hex A6 7E D3 15 28 0 11 10C 31 42
Octal 246 176 323 25 50 0 21 414 61 102
Binary 10100110 1111110 11010011 10101 101000 0 10001 100001100 110001 1000010

Color Harmonies of #A67ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67ED3

Black with #A67ED3

Text Example


Text Example

White with #A67ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67ED3; }

 p { color: rgb(166,126,211); }

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

background-color css

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

 a { background-color: rgb(166,126,211); }

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

border-color css

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

 span { border-color: rgb(166,126,211); }

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