Html Css Color HEX #A389EC Biloba Flower

📋 copy color: '#A389EC'

red 163 ◦ green 137 ◦ blue 236

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

Shades of Biloba Flower #A389EC

Tints of Biloba Flower #A389EC

RGB

 RED value IS 163 (64.06% from 255) = 30.41%

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

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

R = 30.41%
G = 25.56%
B = 44.03%

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

#A389EC (or 0xA389EC) is known color: Biloba Flower. HEX triplet: A3, 89 and EC. RGB value is (163,137,236). Sum of RGB (Red+Green+Blue) = 163+137+236=536 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.41% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #A389EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A389EC is #5C7613. Grayscale: #9B9B9B. Windows color (decimal): -6059540 or 15501731. OLE color: 15501731.

HSL color Cylindrical-coordinate representation of color #A389EC: hue angle of 255.76º 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 #A389EC is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 163 137 236 -
CMYK 0.31 0.42 0 0.07
HSL 255.76º 0.72% 0.73% -
HSV(B) 255.76º 0.42% 0.93% -
XYZ 39.19 31.73 83.42 -
YUV 156.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 163 137 236 0.31 0.42 0 0.07 255.76 0.72 0.73
Hex A3 89 EC 1F 2A 0 7 100 48 49
Octal 243 211 354 37 52 0 7 400 110 111
Binary 10100011 10001001 11101100 11111 101010 0 111 100000000 1001000 1001001

Color Harmonies of #A389EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A389EC

Black with #A389EC

Text Example


Text Example

White with #A389EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A389EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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