Html Css Color HEX #A689CE Cold Purple

📋 copy color: '#A689CE'

red 166 ◦ green 137 ◦ blue 206

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

Shades of Cold Purple #A689CE

Tints of Cold Purple #A689CE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.92%

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 32.61%
G = 26.92%
B = 40.47%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A689CE (or 0xA689CE) is known color: Cold Purple. HEX triplet: A6, 89 and CE. RGB value is (166,137,206). Sum of RGB (Red+Green+Blue) = 166+137+206=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 137 (53.91% from 255 or 26.92% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #A689CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689CE is #597631. Grayscale: #999999. Windows color (decimal): -5862962 or 13535654. OLE color: 13535654.

HSL color Cylindrical-coordinate representation of color #A689CE: hue angle of 265.22º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A689CE is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 137 206 -
CMYK 0.19 0.33 0 0.19
HSL 265.22º 0.41% 0.67% -
HSV(B) 265.22º 0.33% 0.81% -
XYZ 35.81 30.45 62.38 -
YUV 153.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 166 137 206 0.19 0.33 0 0.19 265.22 0.41 0.67
Hex A6 89 CE 13 21 0 13 109 29 43
Octal 246 211 316 23 41 0 23 411 51 103
Binary 10100110 10001001 11001110 10011 100001 0 10011 100001001 101001 1000011

Color Harmonies of #A689CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689CE

Black with #A689CE

Text Example


Text Example

White with #A689CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689CE; }

 p { color: rgb(166,137,206); }

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

background-color css

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

 a { background-color: rgb(166,137,206); }

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

border-color css

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

 span { border-color: rgb(166,137,206); }

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