Html Css Color HEX #A28ADD Biloba Flower

📋 copy color: '#A28ADD'

red 162 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #A28ADD

Tints of Biloba Flower #A28ADD

RGB

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

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

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

R = 31.09%
G = 26.49%
B = 42.42%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A28ADD (or 0xA28ADD) is known color: Biloba Flower. HEX triplet: A2, 8A and DD. RGB value is (162,138,221). Sum of RGB (Red+Green+Blue) = 162+138+221=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 138 (54.30% from 255 or 26.49% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #A28ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ADD is #5D7522. Grayscale: #9A9A9A. Windows color (decimal): -6124835 or 14518946. OLE color: 14518946.

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

Color convert

RGB 162 138 221 -
CMYK 0.27 0.38 0 0.13
HSL 257.35º 0.55% 0.7% -
HSV(B) 257.35º 0.38% 0.87% -
XYZ 37.04 31.08 72.45 -
YUV 154.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 162 138 221 0.27 0.38 0 0.13 257.35 0.55 0.7
Hex A2 8A DD 1B 26 0 D 101 37 46
Octal 242 212 335 33 46 0 15 401 67 106
Binary 10100010 10001010 11011101 11011 100110 0 1101 100000001 110111 1000110

Color Harmonies of #A28ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28ADD

Black with #A28ADD

Text Example


Text Example

White with #A28ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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