Html Css Color HEX #A893E1 Biloba Flower

📋 copy color: '#A893E1'

red 168 ◦ green 147 ◦ blue 225

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

Shades of Biloba Flower #A893E1

Tints of Biloba Flower #A893E1

RGB

 RED value IS 168 (66.02% from 255) = 31.11%

 GREEN value IS 147 (57.81% from 255) = 27.22%

 BLUE value IS 225 (88.28% from 255) = 41.67%

R = 31.11%
G = 27.22%
B = 41.67%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A893E1 (or 0xA893E1) is known color: Biloba Flower. HEX triplet: A8, 93 and E1. RGB value is (168,147,225). Sum of RGB (Red+Green+Blue) = 168+147+225=540 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.11% from 540); Green value is 147 (57.81% from 255 or 27.22% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #A893E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893E1 is #576C1E. Grayscale: #A1A1A1. Windows color (decimal): -5729311 or 14783400. OLE color: 14783400.

HSL color Cylindrical-coordinate representation of color #A893E1: hue angle of 256.15º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A893E1 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 147 225 -
CMYK 0.25 0.35 0 0.12
HSL 256.15º 0.57% 0.73% -
HSV(B) 256.15º 0.35% 0.88% -
XYZ 40.17 34.63 75.8 -
YUV 162.17 163.46 132.16 -
System Red Green Blue C M Y K H S L
Decimal 168 147 225 0.25 0.35 0 0.12 256.15 0.57 0.73
Hex A8 93 E1 19 23 0 C 100 39 49
Octal 250 223 341 31 43 0 14 400 71 111
Binary 10101000 10010011 11100001 11001 100011 0 1100 100000000 111001 1001001

Color Harmonies of #A893E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A893E1

Black with #A893E1

Text Example


Text Example

White with #A893E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A893E1; }

 p { color: rgb(168,147,225); }

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

background-color css

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

 a { background-color: rgb(168,147,225); }

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

border-color css

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

 span { border-color: rgb(168,147,225); }

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