Html Css Color HEX #A69DB3 Cold Purple

📋 copy color: '#A69DB3'

red 166 ◦ green 157 ◦ blue 179

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

Shades of Cold Purple #A69DB3

Tints of Cold Purple #A69DB3

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.27%

 BLUE value IS 179 (70.31% from 255) = 35.66%

R = 33.07%
G = 31.27%
B = 35.66%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A69DB3 (or 0xA69DB3) is known color: Cold Purple. HEX triplet: A6, 9D and B3. RGB value is (166,157,179). Sum of RGB (Red+Green+Blue) = 166+157+179=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 179 (70.31% from 255 or 35.66% from 502); Max value from RGB is 179 - color contains mainly: blue. Hex color #A69DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69DB3 is #59624C. Grayscale: #A2A2A2. Windows color (decimal): -5857869 or 11771302. OLE color: 11771302.

HSL color Cylindrical-coordinate representation of color #A69DB3: hue angle of 264.55º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A69DB3 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 157 179 -
CMYK 0.07 0.12 0 0.30
HSL 264.55º 0.13% 0.66% -
HSV(B) 264.55º 0.12% 0.7% -
XYZ 35.92 35.48 47.6 -
YUV 162.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 166 157 179 0.07 0.12 0 0.30 264.55 0.13 0.66
Hex A6 9D B3 7 C 0 1E 109 D 42
Octal 246 235 263 7 14 0 36 411 15 102
Binary 10100110 10011101 10110011 111 1100 0 11110 100001001 1101 1000010

Color Harmonies of #A69DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69DB3

Black with #A69DB3

Text Example


Text Example

White with #A69DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69DB3; }

 p { color: rgb(166,157,179); }

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

background-color css

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

 a { background-color: rgb(166,157,179); }

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

border-color css

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

 span { border-color: rgb(166,157,179); }

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