Html Css Color HEX #A685CB Cold Purple

📋 copy color: '#A685CB'

red 166 ◦ green 133 ◦ blue 203

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

Shades of Cold Purple #A685CB

Tints of Cold Purple #A685CB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.49%

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 33.07%
G = 26.49%
B = 40.44%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A685CB (or 0xA685CB) is known color: Cold Purple. HEX triplet: A6, 85 and CB. RGB value is (166,133,203). Sum of RGB (Red+Green+Blue) = 166+133+203=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #A685CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685CB is #597A34. Grayscale: #969696. Windows color (decimal): -5863989 or 13338022. OLE color: 13338022.

HSL color Cylindrical-coordinate representation of color #A685CB: hue angle of 268.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A685CB is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 133 203 -
CMYK 0.18 0.34 0 0.20
HSL 268.29º 0.4% 0.66% -
HSV(B) 268.29º 0.34% 0.8% -
XYZ 34.89 29.19 60.3 -
YUV 150.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 166 133 203 0.18 0.34 0 0.20 268.29 0.4 0.66
Hex A6 85 CB 12 22 0 14 10C 28 42
Octal 246 205 313 22 42 0 24 414 50 102
Binary 10100110 10000101 11001011 10010 100010 0 10100 100001100 101000 1000010

Color Harmonies of #A685CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A685CB

Black with #A685CB

Text Example


Text Example

White with #A685CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A685CB; }

 p { color: rgb(166,133,203); }

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

background-color css

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

 a { background-color: rgb(166,133,203); }

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

border-color css

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

 span { border-color: rgb(166,133,203); }

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