Html Css Color HEX #A287E1 Biloba Flower

📋 copy color: '#A287E1'

red 162 ◦ green 135 ◦ blue 225

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

Shades of Biloba Flower #A287E1

Tints of Biloba Flower #A287E1

RGB

 RED value IS 162 (63.67% from 255) = 31.03%

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

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

R = 31.03%
G = 25.86%
B = 43.1%

CMYK

 C value IS 0.28

 M value IS 0.4

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A287E1 (or 0xA287E1) is known color: Biloba Flower. HEX triplet: A2, 87 and E1. RGB value is (162,135,225). Sum of RGB (Red+Green+Blue) = 162+135+225=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #A287E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287E1 is #5D781E. Grayscale: #999999. Windows color (decimal): -6125599 or 14780322. OLE color: 14780322.

HSL color Cylindrical-coordinate representation of color #A287E1: hue angle of 258º 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 #A287E1 is Cyan = 0.28, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 162 135 225 -
CMYK 0.28 0.4 0 0.12
HSL 258º 0.6% 0.71% -
HSV(B) 258º 0.4% 0.88% -
XYZ 37.15 30.45 75.15 -
YUV 153.33 168.45 134.18 -
System Red Green Blue C M Y K H S L
Decimal 162 135 225 0.28 0.4 0 0.12 258 0.6 0.71
Hex A2 87 E1 1C 28 0 C 102 3C 47
Octal 242 207 341 34 50 0 14 402 74 107
Binary 10100010 10000111 11100001 11100 101000 0 1100 100000010 111100 1000111

Color Harmonies of #A287E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A287E1

Black with #A287E1

Text Example


Text Example

White with #A287E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A287E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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