Html Css Color HEX #A687DE Biloba Flower

📋 copy color: '#A687DE'

red 166 ◦ green 135 ◦ blue 222

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

Shades of Biloba Flower #A687DE

Tints of Biloba Flower #A687DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.45%

R = 31.74%
G = 25.81%
B = 42.45%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A687DE (or 0xA687DE) is known color: Biloba Flower. HEX triplet: A6, 87 and DE. RGB value is (166,135,222). Sum of RGB (Red+Green+Blue) = 166+135+222=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #A687DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687DE is #597821. Grayscale: #999999. Windows color (decimal): -5863458 or 14583718. OLE color: 14583718.

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

Color convert

RGB 166 135 222 -
CMYK 0.25 0.39 0 0.13
HSL 261.38º 0.57% 0.7% -
HSV(B) 261.38º 0.39% 0.87% -
XYZ 37.57 30.71 73.05 -
YUV 154.19 166.27 136.43 -
System Red Green Blue C M Y K H S L
Decimal 166 135 222 0.25 0.39 0 0.13 261.38 0.57 0.7
Hex A6 87 DE 19 27 0 D 105 39 46
Octal 246 207 336 31 47 0 15 405 71 106
Binary 10100110 10000111 11011110 11001 100111 0 1101 100000101 111001 1000110

Color Harmonies of #A687DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A687DE

Black with #A687DE

Text Example


Text Example

White with #A687DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A687DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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