Html Css Color HEX #A69CBF Cold Purple

📋 copy color: '#A69CBF'

red 166 ◦ green 156 ◦ blue 191

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

Shades of Cold Purple #A69CBF

Tints of Cold Purple #A69CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.23%

R = 32.36%
G = 30.41%
B = 37.23%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A69CBF (or 0xA69CBF) is known color: Cold Purple. HEX triplet: A6, 9C and BF. RGB value is (166,156,191). Sum of RGB (Red+Green+Blue) = 166+156+191=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #A69CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69CBF is #596340. Grayscale: #A2A2A2. Windows color (decimal): -5858113 or 12557478. OLE color: 12557478.

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

Color convert

RGB 166 156 191 -
CMYK 0.13 0.18 0 0.25
HSL 257.14º 0.21% 0.68% -
HSV(B) 257.14º 0.18% 0.75% -
XYZ 37.02 35.65 54.22 -
YUV 162.98 143.81 130.15 -
System Red Green Blue C M Y K H S L
Decimal 166 156 191 0.13 0.18 0 0.25 257.14 0.21 0.68
Hex A6 9C BF D 12 0 19 101 15 44
Octal 246 234 277 15 22 0 31 401 25 104
Binary 10100110 10011100 10111111 1101 10010 0 11001 100000001 10101 1000100

Color Harmonies of #A69CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69CBF

Black with #A69CBF

Text Example


Text Example

White with #A69CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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