Html Css Color HEX #A687DC Biloba Flower

📋 copy color: '#A687DC'

red 166 ◦ green 135 ◦ blue 220

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

Shades of Biloba Flower #A687DC

Tints of Biloba Flower #A687DC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 25.91%

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 31.86%
G = 25.91%
B = 42.23%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A687DC (or 0xA687DC) is known color: Biloba Flower. HEX triplet: A6, 87 and DC. RGB value is (166,135,220). Sum of RGB (Red+Green+Blue) = 166+135+220=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #A687DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687DC is #597823. Grayscale: #999999. Windows color (decimal): -5863460 or 14452646. OLE color: 14452646.

HSL color Cylindrical-coordinate representation of color #A687DC: hue angle of 261.88º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A687DC is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 135 220 -
CMYK 0.25 0.39 0 0.14
HSL 261.88º 0.55% 0.7% -
HSV(B) 261.88º 0.39% 0.86% -
XYZ 37.31 30.6 71.65 -
YUV 153.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 166 135 220 0.25 0.39 0 0.14 261.88 0.55 0.7
Hex A6 87 DC 19 27 0 E 106 37 46
Octal 246 207 334 31 47 0 16 406 67 106
Binary 10100110 10000111 11011100 11001 100111 0 1110 100000110 110111 1000110

Color Harmonies of #A687DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A687DC

Black with #A687DC

Text Example


Text Example

White with #A687DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A687DC; }

 p { color: rgb(166,135,220); }

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

background-color css

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

 a { background-color: rgb(166,135,220); }

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

border-color css

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

 span { border-color: rgb(166,135,220); }

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