Html Css Color HEX #A69CBC Cold Purple

📋 copy color: '#A69CBC'

red 166 ◦ green 156 ◦ blue 188

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

Shades of Cold Purple #A69CBC

Tints of Cold Purple #A69CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.86%

R = 32.55%
G = 30.59%
B = 36.86%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A69CBC (or 0xA69CBC) is known color: Cold Purple. HEX triplet: A6, 9C and BC. RGB value is (166,156,188). Sum of RGB (Red+Green+Blue) = 166+156+188=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #A69CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CBC is #596343. Grayscale: #A2A2A2. Windows color (decimal): -5858116 or 12360870. OLE color: 12360870.

HSL color Cylindrical-coordinate representation of color #A69CBC: hue angle of 258.75º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A69CBC is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 156 188 -
CMYK 0.12 0.17 0 0.26
HSL 258.75º 0.19% 0.67% -
HSV(B) 258.75º 0.17% 0.74% -
XYZ 36.69 35.51 52.5 -
YUV 162.64 142.31 130.4 -
System Red Green Blue C M Y K H S L
Decimal 166 156 188 0.12 0.17 0 0.26 258.75 0.19 0.67
Hex A6 9C BC C 11 0 1A 103 13 43
Octal 246 234 274 14 21 0 32 403 23 103
Binary 10100110 10011100 10111100 1100 10001 0 11010 100000011 10011 1000011

Color Harmonies of #A69CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69CBC

Black with #A69CBC

Text Example


Text Example

White with #A69CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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