Html Css Color HEX #A685CF Cold Purple

📋 copy color: '#A685CF'

red 166 ◦ green 133 ◦ blue 207

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

Shades of Cold Purple #A685CF

Tints of Cold Purple #A685CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.91%

R = 32.81%
G = 26.28%
B = 40.91%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A685CF (or 0xA685CF) is known color: Cold Purple. HEX triplet: A6, 85 and CF. RGB value is (166,133,207). Sum of RGB (Red+Green+Blue) = 166+133+207=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #A685CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A685CF is #597A30. Grayscale: #979797. Windows color (decimal): -5863985 or 13600166. OLE color: 13600166.

HSL color Cylindrical-coordinate representation of color #A685CF: hue angle of 266.76º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A685CF is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 133 207 -
CMYK 0.20 0.36 0 0.19
HSL 266.76º 0.44% 0.67% -
HSV(B) 266.76º 0.36% 0.81% -
XYZ 35.38 29.39 62.84 -
YUV 151.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 166 133 207 0.20 0.36 0 0.19 266.76 0.44 0.67
Hex A6 85 CF 14 24 0 13 10B 2C 43
Octal 246 205 317 24 44 0 23 413 54 103
Binary 10100110 10000101 11001111 10100 100100 0 10011 100001011 101100 1000011

Color Harmonies of #A685CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A685CF

Black with #A685CF

Text Example


Text Example

White with #A685CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A685CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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