Html Css Color HEX #A69BB5 Cold Purple

📋 copy color: '#A69BB5'

red 166 ◦ green 155 ◦ blue 181

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

Shades of Cold Purple #A69BB5

Tints of Cold Purple #A69BB5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.88%

 BLUE value IS 181 (71.09% from 255) = 36.06%

R = 33.07%
G = 30.88%
B = 36.06%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A69BB5 (or 0xA69BB5) is known color: Cold Purple. HEX triplet: A6, 9B and B5. RGB value is (166,155,181). Sum of RGB (Red+Green+Blue) = 166+155+181=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 181 - color contains mainly: blue. Hex color #A69BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BB5 is #59644A. Grayscale: #A1A1A1. Windows color (decimal): -5858379 or 11901862. OLE color: 11901862.

HSL color Cylindrical-coordinate representation of color #A69BB5: hue angle of 265.38º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A69BB5 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 155 181 -
CMYK 0.08 0.14 0 0.29
HSL 265.38º 0.15% 0.66% -
HSV(B) 265.38º 0.14% 0.71% -
XYZ 35.79 34.89 48.56 -
YUV 161.25 139.14 131.39 -
System Red Green Blue C M Y K H S L
Decimal 166 155 181 0.08 0.14 0 0.29 265.38 0.15 0.66
Hex A6 9B B5 8 E 0 1D 109 F 42
Octal 246 233 265 10 16 0 35 411 17 102
Binary 10100110 10011011 10110101 1000 1110 0 11101 100001001 1111 1000010

Color Harmonies of #A69BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69BB5

Black with #A69BB5

Text Example


Text Example

White with #A69BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69BB5; }

 p { color: rgb(166,155,181); }

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

background-color css

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

 a { background-color: rgb(166,155,181); }

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

border-color css

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

 span { border-color: rgb(166,155,181); }

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