Html Css Color HEX #A687E1 Biloba Flower

📋 copy color: '#A687E1'

red 166 ◦ green 135 ◦ blue 225

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

Shades of Biloba Flower #A687E1

Tints of Biloba Flower #A687E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.78%

R = 31.56%
G = 25.67%
B = 42.78%

CMYK

 C value IS 0.26

 M value IS 0.4

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A687E1 (or 0xA687E1) is known color: Biloba Flower. HEX triplet: A6, 87 and E1. RGB value is (166,135,225). Sum of RGB (Red+Green+Blue) = 166+135+225=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 135 (53.12% from 255 or 25.67% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #A687E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A687E1 is #59781E. Grayscale: #9A9A9A. Windows color (decimal): -5863455 or 14780326. OLE color: 14780326.

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

Color convert

RGB 166 135 225 -
CMYK 0.26 0.4 0 0.12
HSL 260.67º 0.6% 0.71% -
HSV(B) 260.67º 0.4% 0.88% -
XYZ 37.98 30.87 75.19 -
YUV 154.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 166 135 225 0.26 0.4 0 0.12 260.67 0.6 0.71
Hex A6 87 E1 1A 28 0 C 105 3C 47
Octal 246 207 341 32 50 0 14 405 74 107
Binary 10100110 10000111 11100001 11010 101000 0 1100 100000101 111100 1000111

Color Harmonies of #A687E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A687E1

Black with #A687E1

Text Example


Text Example

White with #A687E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A687E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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