Html Css Color HEX #A289EB Biloba Flower

📋 copy color: '#A289EB'

red 162 ◦ green 137 ◦ blue 235

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

Shades of Biloba Flower #A289EB

Tints of Biloba Flower #A289EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.01%

R = 30.34%
G = 25.66%
B = 44.01%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A289EB (or 0xA289EB) is known color: Biloba Flower. HEX triplet: A2, 89 and EB. RGB value is (162,137,235). Sum of RGB (Red+Green+Blue) = 162+137+235=534 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.34% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #A289EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A289EB is #5D7614. Grayscale: #9B9B9B. Windows color (decimal): -6125077 or 15436194. OLE color: 15436194.

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

Color convert

RGB 162 137 235 -
CMYK 0.31 0.42 0 0.08
HSL 255.31º 0.71% 0.73% -
HSV(B) 255.31º 0.42% 0.92% -
XYZ 38.84 31.57 82.64 -
YUV 155.65 172.78 132.53 -
System Red Green Blue C M Y K H S L
Decimal 162 137 235 0.31 0.42 0 0.08 255.31 0.71 0.73
Hex A2 89 EB 1F 2A 0 8 FF 47 49
Octal 242 211 353 37 52 0 10 377 107 111
Binary 10100010 10001001 11101011 11111 101010 0 1000 11111111 1000111 1001001

Color Harmonies of #A289EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A289EB

Black with #A289EB

Text Example


Text Example

White with #A289EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A289EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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