Html Css Color HEX #A28EED Biloba Flower

📋 copy color: '#A28EED'

red 162 ◦ green 142 ◦ blue 237

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

Shades of Biloba Flower #A28EED

Tints of Biloba Flower #A28EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 29.94%
G = 26.25%
B = 43.81%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A28EED (or 0xA28EED) is known color: Biloba Flower. HEX triplet: A2, 8E and ED. RGB value is (162,142,237). Sum of RGB (Red+Green+Blue) = 162+142+237=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #A28EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28EED is #5D7112. Grayscale: #9E9E9E. Windows color (decimal): -6123795 or 15568546. OLE color: 15568546.

HSL color Cylindrical-coordinate representation of color #A28EED: hue angle of 252.63º degrees, saturation: 0.73, 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 #A28EED is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 142 237 -
CMYK 0.32 0.40 0 0.07
HSL 252.63º 0.73% 0.74% -
HSV(B) 252.63º 0.4% 0.93% -
XYZ 39.86 33.14 84.42 -
YUV 158.81 172.13 130.28 -
System Red Green Blue C M Y K H S L
Decimal 162 142 237 0.32 0.40 0 0.07 252.63 0.73 0.74
Hex A2 8E ED 20 28 0 7 FD 49 4A
Octal 242 216 355 40 50 0 7 375 111 112
Binary 10100010 10001110 11101101 100000 101000 0 111 11111101 1001001 1001010

Color Harmonies of #A28EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28EED

Black with #A28EED

Text Example


Text Example

White with #A28EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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