Html Css Color HEX #A28BDD Biloba Flower

📋 copy color: '#A28BDD'

red 162 ◦ green 139 ◦ blue 221

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

Shades of Biloba Flower #A28BDD

Tints of Biloba Flower #A28BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.34%

R = 31.03%
G = 26.63%
B = 42.34%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A28BDD (or 0xA28BDD) is known color: Biloba Flower. HEX triplet: A2, 8B and DD. RGB value is (162,139,221). Sum of RGB (Red+Green+Blue) = 162+139+221=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #A28BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28BDD is #5D7422. Grayscale: #9A9A9A. Windows color (decimal): -6124579 or 14519202. OLE color: 14519202.

HSL color Cylindrical-coordinate representation of color #A28BDD: hue angle of 256.83º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A28BDD is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 139 221 -
CMYK 0.27 0.37 0 0.13
HSL 256.83º 0.55% 0.71% -
HSV(B) 256.83º 0.37% 0.87% -
XYZ 37.18 31.37 72.5 -
YUV 155.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 162 139 221 0.27 0.37 0 0.13 256.83 0.55 0.71
Hex A2 8B DD 1B 25 0 D 101 37 47
Octal 242 213 335 33 45 0 15 401 67 107
Binary 10100010 10001011 11011101 11011 100101 0 1101 100000001 110111 1000111

Color Harmonies of #A28BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28BDD

Black with #A28BDD

Text Example


Text Example

White with #A28BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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