Html Css Color HEX #A28EDB Biloba Flower

📋 copy color: '#A28EDB'

red 162 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #A28EDB

Tints of Biloba Flower #A28EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.15%

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

R = 30.98%
G = 27.15%
B = 41.87%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A28EDB (or 0xA28EDB) is known color: Biloba Flower. HEX triplet: A2, 8E and DB. RGB value is (162,142,219). Sum of RGB (Red+Green+Blue) = 162+142+219=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #A28EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28EDB is #5D7124. Grayscale: #9C9C9C. Windows color (decimal): -6123813 or 14388898. OLE color: 14388898.

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

Color convert

RGB 162 142 219 -
CMYK 0.26 0.35 0 0.14
HSL 255.58º 0.52% 0.71% -
HSV(B) 255.58º 0.35% 0.86% -
XYZ 37.36 32.14 71.25 -
YUV 156.76 163.13 131.74 -
System Red Green Blue C M Y K H S L
Decimal 162 142 219 0.26 0.35 0 0.14 255.58 0.52 0.71
Hex A2 8E DB 1A 23 0 E 100 34 47
Octal 242 216 333 32 43 0 16 400 64 107
Binary 10100010 10001110 11011011 11010 100011 0 1110 100000000 110100 1000111

Color Harmonies of #A28EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EDB

Black with #A28EDB

Text Example


Text Example

White with #A28EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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