Html Css Color HEX #A28ED8 Biloba Flower

📋 copy color: '#A28ED8'

red 162 ◦ green 142 ◦ blue 216

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

Shades of Biloba Flower #A28ED8

Tints of Biloba Flower #A28ED8

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.31%

 BLUE value IS 216 (84.77% from 255) = 41.54%

R = 31.15%
G = 27.31%
B = 41.54%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A28ED8 (or 0xA28ED8) is known color: Biloba Flower. HEX triplet: A2, 8E and D8. RGB value is (162,142,216). Sum of RGB (Red+Green+Blue) = 162+142+216=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 216 (84.77% from 255 or 41.54% from 520); Max value from RGB is 216 - color contains mainly: blue. Hex color #A28ED8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A28ED8 is #5D7127. Grayscale: #9C9C9C. Windows color (decimal): -6123816 or 14192290. OLE color: 14192290.

HSL color Cylindrical-coordinate representation of color #A28ED8: hue angle of 256.22º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A28ED8 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 142 216 -
CMYK 0.25 0.34 0 0.15
HSL 256.22º 0.49% 0.7% -
HSV(B) 256.22º 0.34% 0.85% -
XYZ 36.97 31.99 69.19 -
YUV 156.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 162 142 216 0.25 0.34 0 0.15 256.22 0.49 0.7
Hex A2 8E D8 19 22 0 F 100 31 46
Octal 242 216 330 31 42 0 17 400 61 106
Binary 10100010 10001110 11011000 11001 100010 0 1111 100000000 110001 1000110

Color Harmonies of #A28ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28ED8

Black with #A28ED8

Text Example


Text Example

White with #A28ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28ED8; }

 p { color: rgb(162,142,216); }

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

background-color css

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

 a { background-color: rgb(162,142,216); }

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

border-color css

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

 span { border-color: rgb(162,142,216); }

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