Html Css Color HEX #A28EE9 Biloba Flower

📋 copy color: '#A28EE9'

red 162 ◦ green 142 ◦ blue 233

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

Shades of Biloba Flower #A28EE9

Tints of Biloba Flower #A28EE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.39%

R = 30.17%
G = 26.44%
B = 43.39%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A28EE9 (or 0xA28EE9) is known color: Biloba Flower. HEX triplet: A2, 8E and E9. RGB value is (162,142,233). Sum of RGB (Red+Green+Blue) = 162+142+233=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #A28EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28EE9 is #5D7116. Grayscale: #9E9E9E. Windows color (decimal): -6123799 or 15306402. OLE color: 15306402.

HSL color Cylindrical-coordinate representation of color #A28EE9: hue angle of 253.19º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A28EE9 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 142 233 -
CMYK 0.30 0.39 0 0.09
HSL 253.19º 0.67% 0.74% -
HSV(B) 253.19º 0.39% 0.91% -
XYZ 39.28 32.91 81.37 -
YUV 158.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 162 142 233 0.30 0.39 0 0.09 253.19 0.67 0.74
Hex A2 8E E9 1E 27 0 9 FD 43 4A
Octal 242 216 351 36 47 0 11 375 103 112
Binary 10100010 10001110 11101001 11110 100111 0 1001 11111101 1000011 1001010

Color Harmonies of #A28EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EE9

Black with #A28EE9

Text Example


Text Example

White with #A28EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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