Html Css Color HEX #A690BF Cold Purple

📋 copy color: '#A690BF'

red 166 ◦ green 144 ◦ blue 191

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

Shades of Cold Purple #A690BF

Tints of Cold Purple #A690BF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.74%

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

R = 33.13%
G = 28.74%
B = 38.12%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A690BF (or 0xA690BF) is known color: Cold Purple. HEX triplet: A6, 90 and BF. RGB value is (166,144,191). Sum of RGB (Red+Green+Blue) = 166+144+191=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 144 (56.64% from 255 or 28.74% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #A690BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A690BF is #596F40. Grayscale: #9B9B9B. Windows color (decimal): -5861185 or 12554406. OLE color: 12554406.

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

Color convert

RGB 166 144 191 -
CMYK 0.13 0.25 0 0.25
HSL 268.09º 0.27% 0.66% -
HSV(B) 268.09º 0.25% 0.75% -
XYZ 35.1 31.82 53.58 -
YUV 155.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 166 144 191 0.13 0.25 0 0.25 268.09 0.27 0.66
Hex A6 90 BF D 19 0 19 10C 1B 42
Octal 246 220 277 15 31 0 31 414 33 102
Binary 10100110 10010000 10111111 1101 11001 0 11001 100001100 11011 1000010

Color Harmonies of #A690BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A690BF

Black with #A690BF

Text Example


Text Example

White with #A690BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A690BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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