Html Css Color HEX #A28BDB Biloba Flower

📋 copy color: '#A28BDB'

red 162 ◦ green 139 ◦ blue 219

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

Shades of Biloba Flower #A28BDB

Tints of Biloba Flower #A28BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.73%

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

R = 31.15%
G = 26.73%
B = 42.12%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A28BDB (or 0xA28BDB) is known color: Biloba Flower. HEX triplet: A2, 8B and DB. RGB value is (162,139,219). Sum of RGB (Red+Green+Blue) = 162+139+219=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #A28BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BDB is #5D7424. Grayscale: #9A9A9A. Windows color (decimal): -6124581 or 14388130. OLE color: 14388130.

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

Color convert

RGB 162 139 219 -
CMYK 0.26 0.37 0 0.14
HSL 257.25º 0.53% 0.7% -
HSV(B) 257.25º 0.37% 0.86% -
XYZ 36.92 31.26 71.11 -
YUV 155 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 162 139 219 0.26 0.37 0 0.14 257.25 0.53 0.7
Hex A2 8B DB 1A 25 0 E 101 35 46
Octal 242 213 333 32 45 0 16 401 65 106
Binary 10100010 10001011 11011011 11010 100101 0 1110 100000001 110101 1000110

Color Harmonies of #A28BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BDB

Black with #A28BDB

Text Example


Text Example

White with #A28BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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