Html Css Color HEX #A28EE7 Biloba Flower

📋 copy color: '#A28EE7'

red 162 ◦ green 142 ◦ blue 231

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

Shades of Biloba Flower #A28EE7

Tints of Biloba Flower #A28EE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.18%

R = 30.28%
G = 26.54%
B = 43.18%

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

#A28EE7 (or 0xA28EE7) is known color: Biloba Flower. HEX triplet: A2, 8E and E7. RGB value is (162,142,231). Sum of RGB (Red+Green+Blue) = 162+142+231=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 231 (90.62% from 255 or 43.18% from 535); Max value from RGB is 231 - color contains mainly: blue. Hex color #A28EE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28EE7 is #5D7118. Grayscale: #9D9D9D. Windows color (decimal): -6123801 or 15175330. OLE color: 15175330.

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

Color convert

RGB 162 142 231 -
CMYK 0.30 0.39 0 0.09
HSL 253.48º 0.65% 0.73% -
HSV(B) 253.48º 0.39% 0.91% -
XYZ 39 32.8 79.88 -
YUV 158.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 162 142 231 0.30 0.39 0 0.09 253.48 0.65 0.73
Hex A2 8E E7 1E 27 0 9 FD 41 49
Octal 242 216 347 36 47 0 11 375 101 111
Binary 10100010 10001110 11100111 11110 100111 0 1001 11111101 1000001 1001001

Color Harmonies of #A28EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EE7

Black with #A28EE7

Text Example


Text Example

White with #A28EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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