Html Css Color HEX #A28EEF Biloba Flower

📋 copy color: '#A28EEF'

red 162 ◦ green 142 ◦ blue 239

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

Shades of Biloba Flower #A28EEF

Tints of Biloba Flower #A28EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.01%

R = 29.83%
G = 26.15%
B = 44.01%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A28EEF (or 0xA28EEF) is known color: Biloba Flower. HEX triplet: A2, 8E and EF. RGB value is (162,142,239). Sum of RGB (Red+Green+Blue) = 162+142+239=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #A28EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28EEF is #5D7110. Grayscale: #9E9E9E. Windows color (decimal): -6123793 or 15699618. OLE color: 15699618.

HSL color Cylindrical-coordinate representation of color #A28EEF: hue angle of 252.37º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A28EEF is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 142 239 -
CMYK 0.32 0.41 0 0.06
HSL 252.37º 0.75% 0.75% -
HSV(B) 252.37º 0.41% 0.94% -
XYZ 40.15 33.26 85.96 -
YUV 159.04 173.13 130.11 -
System Red Green Blue C M Y K H S L
Decimal 162 142 239 0.32 0.41 0 0.06 252.37 0.75 0.75
Hex A2 8E EF 20 29 0 6 FC 4B 4B
Octal 242 216 357 40 51 0 6 374 113 113
Binary 10100010 10001110 11101111 100000 101001 0 110 11111100 1001011 1001011

Color Harmonies of #A28EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EEF

Black with #A28EEF

Text Example


Text Example

White with #A28EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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