Html Css Color HEX #A288D7 Biloba Flower

📋 copy color: '#A288D7'

red 162 ◦ green 136 ◦ blue 215

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

Shades of Biloba Flower #A288D7

Tints of Biloba Flower #A288D7

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.51%

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 31.58%
G = 26.51%
B = 41.91%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A288D7 (or 0xA288D7) is known color: Biloba Flower. HEX triplet: A2, 88 and D7. RGB value is (162,136,215). Sum of RGB (Red+Green+Blue) = 162+136+215=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #A288D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288D7 is #5D7728. Grayscale: #989898. Windows color (decimal): -6125353 or 14125218. OLE color: 14125218.

HSL color Cylindrical-coordinate representation of color #A288D7: hue angle of 259.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A288D7 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 136 215 -
CMYK 0.25 0.37 0 0.16
HSL 259.75º 0.5% 0.69% -
HSV(B) 259.75º 0.37% 0.84% -
XYZ 35.97 30.2 68.22 -
YUV 152.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 162 136 215 0.25 0.37 0 0.16 259.75 0.5 0.69
Hex A2 88 D7 19 25 0 10 104 32 45
Octal 242 210 327 31 45 0 20 404 62 105
Binary 10100010 10001000 11010111 11001 100101 0 10000 100000100 110010 1000101

Color Harmonies of #A288D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A288D7

Black with #A288D7

Text Example


Text Example

White with #A288D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A288D7; }

 p { color: rgb(162,136,215); }

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

background-color css

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

 a { background-color: rgb(162,136,215); }

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

border-color css

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

 span { border-color: rgb(162,136,215); }

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