Html Css Color HEX #A28CDB Biloba Flower

📋 copy color: '#A28CDB'

red 162 ◦ green 140 ◦ blue 219

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

Shades of Biloba Flower #A28CDB

Tints of Biloba Flower #A28CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.87%

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

R = 31.09%
G = 26.87%
B = 42.03%

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

#A28CDB (or 0xA28CDB) is known color: Biloba Flower. HEX triplet: A2, 8C and DB. RGB value is (162,140,219). Sum of RGB (Red+Green+Blue) = 162+140+219=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #A28CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28CDB is #5D7324. Grayscale: #9B9B9B. Windows color (decimal): -6124325 or 14388386. OLE color: 14388386.

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

Color convert

RGB 162 140 219 -
CMYK 0.26 0.36 0 0.14
HSL 256.71º 0.52% 0.7% -
HSV(B) 256.71º 0.36% 0.86% -
XYZ 37.06 31.55 71.15 -
YUV 155.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 162 140 219 0.26 0.36 0 0.14 256.71 0.52 0.7
Hex A2 8C DB 1A 24 0 E 101 34 46
Octal 242 214 333 32 44 0 16 401 64 106
Binary 10100010 10001100 11011011 11010 100100 0 1110 100000001 110100 1000110

Color Harmonies of #A28CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28CDB

Black with #A28CDB

Text Example


Text Example

White with #A28CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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