Html Css Color HEX #A28EEC Biloba Flower

📋 copy color: '#A28EEC'

red 162 ◦ green 142 ◦ blue 236

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

Shades of Biloba Flower #A28EEC

Tints of Biloba Flower #A28EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.7%

R = 30%
G = 26.3%
B = 43.7%

CMYK

 C value IS 0.31

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A28EEC (or 0xA28EEC) is known color: Biloba Flower. HEX triplet: A2, 8E and EC. RGB value is (162,142,236). Sum of RGB (Red+Green+Blue) = 162+142+236=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #A28EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28EEC is #5D7113. Grayscale: #9E9E9E. Windows color (decimal): -6123796 or 15503010. OLE color: 15503010.

HSL color Cylindrical-coordinate representation of color #A28EEC: hue angle of 252.77º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28EEC is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 142 236 -
CMYK 0.31 0.40 0 0.07
HSL 252.77º 0.71% 0.74% -
HSV(B) 252.77º 0.4% 0.93% -
XYZ 39.71 33.08 83.65 -
YUV 158.7 171.63 130.36 -
System Red Green Blue C M Y K H S L
Decimal 162 142 236 0.31 0.40 0 0.07 252.77 0.71 0.74
Hex A2 8E EC 1F 28 0 7 FD 47 4A
Octal 242 216 354 37 50 0 7 375 107 112
Binary 10100010 10001110 11101100 11111 101000 0 111 11111101 1000111 1001010

Color Harmonies of #A28EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EEC

Black with #A28EEC

Text Example


Text Example

White with #A28EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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