Html Css Color HEX #A287DD Biloba Flower

📋 copy color: '#A287DD'

red 162 ◦ green 135 ◦ blue 221

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

Shades of Biloba Flower #A287DD

Tints of Biloba Flower #A287DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.66%

R = 31.27%
G = 26.06%
B = 42.66%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A287DD (or 0xA287DD) is known color: Biloba Flower. HEX triplet: A2, 87 and DD. RGB value is (162,135,221). Sum of RGB (Red+Green+Blue) = 162+135+221=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #A287DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A287DD is #5D7822. Grayscale: #989898. Windows color (decimal): -6125603 or 14518178. OLE color: 14518178.

HSL color Cylindrical-coordinate representation of color #A287DD: hue angle of 258.84º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A287DD is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 135 221 -
CMYK 0.27 0.39 0 0.13
HSL 258.84º 0.56% 0.7% -
HSV(B) 258.84º 0.39% 0.87% -
XYZ 36.62 30.23 72.31 -
YUV 152.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 162 135 221 0.27 0.39 0 0.13 258.84 0.56 0.7
Hex A2 87 DD 1B 27 0 D 103 38 46
Octal 242 207 335 33 47 0 15 403 70 106
Binary 10100010 10000111 11011101 11011 100111 0 1101 100000011 111000 1000110

Color Harmonies of #A287DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A287DD

Black with #A287DD

Text Example


Text Example

White with #A287DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A287DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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