Html Css Color HEX #A69BBF Cold Purple

📋 copy color: '#A69BBF'

red 166 ◦ green 155 ◦ blue 191

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

Shades of Cold Purple #A69BBF

Tints of Cold Purple #A69BBF

RGB

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

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

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

R = 32.42%
G = 30.27%
B = 37.3%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A69BBF (or 0xA69BBF) is known color: Cold Purple. HEX triplet: A6, 9B and BF. RGB value is (166,155,191). Sum of RGB (Red+Green+Blue) = 166+155+191=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #A69BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A69BBF is #596440. Grayscale: #A2A2A2. Windows color (decimal): -5858369 or 12557222. OLE color: 12557222.

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

Color convert

RGB 166 155 191 -
CMYK 0.13 0.19 0 0.25
HSL 258.33º 0.22% 0.68% -
HSV(B) 258.33º 0.19% 0.75% -
XYZ 36.85 35.31 54.16 -
YUV 162.39 144.14 130.57 -
System Red Green Blue C M Y K H S L
Decimal 166 155 191 0.13 0.19 0 0.25 258.33 0.22 0.68
Hex A6 9B BF D 13 0 19 102 16 44
Octal 246 233 277 15 23 0 31 402 26 104
Binary 10100110 10011011 10111111 1101 10011 0 11001 100000010 10110 1000100

Color Harmonies of #A69BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69BBF

Black with #A69BBF

Text Example


Text Example

White with #A69BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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