Html Css Color HEX #A28DDB Biloba Flower

📋 copy color: '#A28DDB'

red 162 ◦ green 141 ◦ blue 219

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

Shades of Biloba Flower #A28DDB

Tints of Biloba Flower #A28DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.01%

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

R = 31.03%
G = 27.01%
B = 41.95%

CMYK

 C value IS 0.26

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A28DDB (or 0xA28DDB) is known color: Biloba Flower. HEX triplet: A2, 8D and DB. RGB value is (162,141,219). Sum of RGB (Red+Green+Blue) = 162+141+219=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #A28DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28DDB is #5D7224. Grayscale: #9B9B9B. Windows color (decimal): -6124069 or 14388642. OLE color: 14388642.

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

Color convert

RGB 162 141 219 -
CMYK 0.26 0.36 0 0.14
HSL 256.15º 0.52% 0.71% -
HSV(B) 256.15º 0.36% 0.86% -
XYZ 37.21 31.85 71.2 -
YUV 156.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 162 141 219 0.26 0.36 0 0.14 256.15 0.52 0.71
Hex A2 8D DB 1A 24 0 E 100 34 47
Octal 242 215 333 32 44 0 16 400 64 107
Binary 10100010 10001101 11011011 11010 100100 0 1110 100000000 110100 1000111

Color Harmonies of #A28DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28DDB

Black with #A28DDB

Text Example


Text Example

White with #A28DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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