Html Css Color HEX #A28ADB Biloba Flower

📋 copy color: '#A28ADB'

red 162 ◦ green 138 ◦ blue 219

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

Shades of Biloba Flower #A28ADB

Tints of Biloba Flower #A28ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.59%

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

R = 31.21%
G = 26.59%
B = 42.2%

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

#A28ADB (or 0xA28ADB) is known color: Biloba Flower. HEX triplet: A2, 8A and DB. RGB value is (162,138,219). Sum of RGB (Red+Green+Blue) = 162+138+219=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #A28ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ADB is #5D7524. Grayscale: #9A9A9A. Windows color (decimal): -6124837 or 14387874. OLE color: 14387874.

HSL color Cylindrical-coordinate representation of color #A28ADB: hue angle of 257.78º 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 #A28ADB is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 138 219 -
CMYK 0.26 0.37 0 0.14
HSL 257.78º 0.53% 0.7% -
HSV(B) 257.78º 0.37% 0.86% -
XYZ 36.77 30.97 71.06 -
YUV 154.41 164.45 133.41 -
System Red Green Blue C M Y K H S L
Decimal 162 138 219 0.26 0.37 0 0.14 257.78 0.53 0.7
Hex A2 8A DB 1A 25 0 E 102 35 46
Octal 242 212 333 32 45 0 16 402 65 106
Binary 10100010 10001010 11011011 11010 100101 0 1110 100000010 110101 1000110

Color Harmonies of #A28ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28ADB

Black with #A28ADB

Text Example


Text Example

White with #A28ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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