Html Css Color HEX #A289EC Biloba Flower

📋 copy color: '#A289EC'

red 162 ◦ green 137 ◦ blue 236

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

Shades of Biloba Flower #A289EC

Tints of Biloba Flower #A289EC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 25.61%

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

R = 30.28%
G = 25.61%
B = 44.11%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A289EC (or 0xA289EC) is known color: Biloba Flower. HEX triplet: A2, 89 and EC. RGB value is (162,137,236). Sum of RGB (Red+Green+Blue) = 162+137+236=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 137 (53.91% from 255 or 25.61% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #A289EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A289EC is #5D7613. Grayscale: #9B9B9B. Windows color (decimal): -6125076 or 15501730. OLE color: 15501730.

HSL color Cylindrical-coordinate representation of color #A289EC: hue angle of 255.15º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A289EC is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 137 236 -
CMYK 0.31 0.42 0 0.07
HSL 255.15º 0.72% 0.73% -
HSV(B) 255.15º 0.42% 0.93% -
XYZ 38.99 31.63 83.41 -
YUV 155.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 162 137 236 0.31 0.42 0 0.07 255.15 0.72 0.73
Hex A2 89 EC 1F 2A 0 7 FF 48 49
Octal 242 211 354 37 52 0 7 377 110 111
Binary 10100010 10001001 11101100 11111 101010 0 111 11111111 1001000 1001001

Color Harmonies of #A289EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289EC

Black with #A289EC

Text Example


Text Example

White with #A289EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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