Html Css Color HEX #A67FD1 Cold Purple

📋 copy color: '#A67FD1'

red 166 ◦ green 127 ◦ blue 209

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

Shades of Cold Purple #A67FD1

Tints of Cold Purple #A67FD1

RGB

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

 GREEN value IS 127 (50% from 255) = 25.3%

 BLUE value IS 209 (82.03% from 255) = 41.63%

R = 33.07%
G = 25.3%
B = 41.63%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A67FD1 (or 0xA67FD1) is known color: Cold Purple. HEX triplet: A6, 7F and D1. RGB value is (166,127,209). Sum of RGB (Red+Green+Blue) = 166+127+209=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 209 (82.03% from 255 or 41.63% from 502); Max value from RGB is 209 - color contains mainly: blue. Hex color #A67FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67FD1 is #59802E. Grayscale: #939393. Windows color (decimal): -5865519 or 13729702. OLE color: 13729702.

HSL color Cylindrical-coordinate representation of color #A67FD1: hue angle of 268.54º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A67FD1 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 127 209 -
CMYK 0.21 0.39 0 0.18
HSL 268.54º 0.47% 0.66% -
HSV(B) 268.54º 0.39% 0.82% -
XYZ 34.82 27.89 63.87 -
YUV 148.01 162.42 140.83 -
System Red Green Blue C M Y K H S L
Decimal 166 127 209 0.21 0.39 0 0.18 268.54 0.47 0.66
Hex A6 7F D1 15 27 0 12 10D 2F 42
Octal 246 177 321 25 47 0 22 415 57 102
Binary 10100110 1111111 11010001 10101 100111 0 10010 100001101 101111 1000010

Color Harmonies of #A67FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FD1

Black with #A67FD1

Text Example


Text Example

White with #A67FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FD1; }

 p { color: rgb(166,127,209); }

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

background-color css

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

 a { background-color: rgb(166,127,209); }

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

border-color css

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

 span { border-color: rgb(166,127,209); }

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