Html Css Color HEX #A689CB Cold Purple

📋 copy color: '#A689CB'

red 166 ◦ green 137 ◦ blue 203

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

Shades of Cold Purple #A689CB

Tints of Cold Purple #A689CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.12%

R = 32.81%
G = 27.08%
B = 40.12%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A689CB (or 0xA689CB) is known color: Cold Purple. HEX triplet: A6, 89 and CB. RGB value is (166,137,203). Sum of RGB (Red+Green+Blue) = 166+137+203=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #A689CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A689CB is #597634. Grayscale: #989898. Windows color (decimal): -5862965 or 13339046. OLE color: 13339046.

HSL color Cylindrical-coordinate representation of color #A689CB: hue angle of 266.36º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A689CB is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 137 203 -
CMYK 0.18 0.33 0 0.20
HSL 266.36º 0.39% 0.67% -
HSV(B) 266.36º 0.33% 0.8% -
XYZ 35.45 30.31 60.48 -
YUV 153.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 166 137 203 0.18 0.33 0 0.20 266.36 0.39 0.67
Hex A6 89 CB 12 21 0 14 10A 27 43
Octal 246 211 313 22 41 0 24 412 47 103
Binary 10100110 10001001 11001011 10010 100001 0 10100 100001010 100111 1000011

Color Harmonies of #A689CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A689CB

Black with #A689CB

Text Example


Text Example

White with #A689CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A689CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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