Html Css Color HEX #A687E0 Biloba Flower

📋 copy color: '#A687E0'

red 166 ◦ green 135 ◦ blue 224

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

Shades of Biloba Flower #A687E0

Tints of Biloba Flower #A687E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.67%

R = 31.62%
G = 25.71%
B = 42.67%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A687E0 (or 0xA687E0) is known color: Biloba Flower. HEX triplet: A6, 87 and E0. RGB value is (166,135,224). Sum of RGB (Red+Green+Blue) = 166+135+224=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #A687E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687E0 is #59781F. Grayscale: #9A9A9A. Windows color (decimal): -5863456 or 14714790. OLE color: 14714790.

HSL color Cylindrical-coordinate representation of color #A687E0: hue angle of 260.9º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A687E0 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 135 224 -
CMYK 0.26 0.40 0 0.12
HSL 260.9º 0.59% 0.7% -
HSV(B) 260.9º 0.4% 0.88% -
XYZ 37.84 30.82 74.47 -
YUV 154.42 167.27 136.26 -
System Red Green Blue C M Y K H S L
Decimal 166 135 224 0.26 0.40 0 0.12 260.9 0.59 0.7
Hex A6 87 E0 1A 28 0 C 105 3B 46
Octal 246 207 340 32 50 0 14 405 73 106
Binary 10100110 10000111 11100000 11010 101000 0 1100 100000101 111011 1000110

Color Harmonies of #A687E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A687E0

Black with #A687E0

Text Example


Text Example

White with #A687E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A687E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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