Html Css Color HEX #A287DB Biloba Flower

📋 copy color: '#A287DB'

red 162 ◦ green 135 ◦ blue 219

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

Shades of Biloba Flower #A287DB

Tints of Biloba Flower #A287DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 31.4%
G = 26.16%
B = 42.44%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A287DB (or 0xA287DB) is known color: Biloba Flower. HEX triplet: A2, 87 and DB. RGB value is (162,135,219). Sum of RGB (Red+Green+Blue) = 162+135+219=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #A287DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287DB is #5D7824. Grayscale: #989898. Windows color (decimal): -6125605 or 14387106. OLE color: 14387106.

HSL color Cylindrical-coordinate representation of color #A287DB: hue angle of 259.29º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A287DB is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 135 219 -
CMYK 0.26 0.38 0 0.14
HSL 259.29º 0.54% 0.69% -
HSV(B) 259.29º 0.38% 0.86% -
XYZ 36.35 30.12 70.92 -
YUV 152.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 162 135 219 0.26 0.38 0 0.14 259.29 0.54 0.69
Hex A2 87 DB 1A 26 0 E 103 36 45
Octal 242 207 333 32 46 0 16 403 66 105
Binary 10100010 10000111 11011011 11010 100110 0 1110 100000011 110110 1000101

Color Harmonies of #A287DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A287DB

Black with #A287DB

Text Example


Text Example

White with #A287DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A287DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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