Html Css Color HEX #A287D9 Biloba Flower

📋 copy color: '#A287D9'

red 162 ◦ green 135 ◦ blue 217

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

Shades of Biloba Flower #A287D9

Tints of Biloba Flower #A287D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.22%

R = 31.52%
G = 26.26%
B = 42.22%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A287D9 (or 0xA287D9) is known color: Biloba Flower. HEX triplet: A2, 87 and D9. RGB value is (162,135,217). Sum of RGB (Red+Green+Blue) = 162+135+217=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #A287D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287D9 is #5D7826. Grayscale: #989898. Windows color (decimal): -6125607 or 14256034. OLE color: 14256034.

HSL color Cylindrical-coordinate representation of color #A287D9: hue angle of 259.76º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A287D9 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 135 217 -
CMYK 0.25 0.38 0 0.15
HSL 259.76º 0.52% 0.69% -
HSV(B) 259.76º 0.38% 0.85% -
XYZ 36.09 30.02 69.54 -
YUV 152.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 162 135 217 0.25 0.38 0 0.15 259.76 0.52 0.69
Hex A2 87 D9 19 26 0 F 104 34 45
Octal 242 207 331 31 46 0 17 404 64 105
Binary 10100010 10000111 11011001 11001 100110 0 1111 100000100 110100 1000101

Color Harmonies of #A287D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A287D9

Black with #A287D9

Text Example


Text Example

White with #A287D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A287D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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