Html Css Color HEX #A69CC0 Cold Purple

📋 copy color: '#A69CC0'

red 166 ◦ green 156 ◦ blue 192

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

Shades of Cold Purple #A69CC0

Tints of Cold Purple #A69CC0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.35%

 BLUE value IS 192 (75.39% from 255) = 37.35%

R = 32.3%
G = 30.35%
B = 37.35%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A69CC0 (or 0xA69CC0) is known color: Cold Purple. HEX triplet: A6, 9C and C0. RGB value is (166,156,192). Sum of RGB (Red+Green+Blue) = 166+156+192=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 192 - color contains mainly: blue. Hex color #A69CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CC0 is #59633F. Grayscale: #A2A2A2. Windows color (decimal): -5858112 or 12623014. OLE color: 12623014.

HSL color Cylindrical-coordinate representation of color #A69CC0: hue angle of 256.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A69CC0 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 156 192 -
CMYK 0.14 0.19 0 0.25
HSL 256.67º 0.22% 0.68% -
HSV(B) 256.67º 0.19% 0.75% -
XYZ 37.13 35.69 54.8 -
YUV 163.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 166 156 192 0.14 0.19 0 0.25 256.67 0.22 0.68
Hex A6 9C C0 E 13 0 19 101 16 44
Octal 246 234 300 16 23 0 31 401 26 104
Binary 10100110 10011100 11000000 1110 10011 0 11001 100000001 10110 1000100

Color Harmonies of #A69CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69CC0

Black with #A69CC0

Text Example


Text Example

White with #A69CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69CC0; }

 p { color: rgb(166,156,192); }

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

background-color css

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

 a { background-color: rgb(166,156,192); }

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

border-color css

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

 span { border-color: rgb(166,156,192); }

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