Html Css Color HEX #A69EB2 Cold Purple

📋 copy color: '#A69EB2'

red 166 ◦ green 158 ◦ blue 178

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

Shades of Cold Purple #A69EB2

Tints of Cold Purple #A69EB2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.47%

 BLUE value IS 178 (69.92% from 255) = 35.46%

R = 33.07%
G = 31.47%
B = 35.46%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A69EB2 (or 0xA69EB2) is known color: Cold Purple. HEX triplet: A6, 9E and B2. RGB value is (166,158,178). Sum of RGB (Red+Green+Blue) = 166+158+178=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 178 (69.92% from 255 or 35.46% from 502); Max value from RGB is 178 - color contains mainly: blue. Hex color #A69EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69EB2 is #59614D. Grayscale: #A2A2A2. Windows color (decimal): -5857614 or 11706022. OLE color: 11706022.

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

Color convert

RGB 166 158 178 -
CMYK 0.07 0.11 0 0.30
HSL 264º 0.11% 0.66% -
HSV(B) 264º 0.11% 0.7% -
XYZ 35.99 35.78 47.13 -
YUV 162.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 166 158 178 0.07 0.11 0 0.30 264 0.11 0.66
Hex A6 9E B2 7 B 0 1E 108 B 42
Octal 246 236 262 7 13 0 36 410 13 102
Binary 10100110 10011110 10110010 111 1011 0 11110 100001000 1011 1000010

Color Harmonies of #A69EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69EB2

Black with #A69EB2

Text Example


Text Example

White with #A69EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69EB2; }

 p { color: rgb(166,158,178); }

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

background-color css

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

 a { background-color: rgb(166,158,178); }

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

border-color css

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

 span { border-color: rgb(166,158,178); }

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