Html Css Color HEX #A893DC Biloba Flower

📋 copy color: '#A893DC'

red 168 ◦ green 147 ◦ blue 220

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

Shades of Biloba Flower #A893DC

Tints of Biloba Flower #A893DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 31.4%
G = 27.48%
B = 41.12%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A893DC (or 0xA893DC) is known color: Biloba Flower. HEX triplet: A8, 93 and DC. RGB value is (168,147,220). Sum of RGB (Red+Green+Blue) = 168+147+220=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #A893DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A893DC is #576C23. Grayscale: #A1A1A1. Windows color (decimal): -5729316 or 14455720. OLE color: 14455720.

HSL color Cylindrical-coordinate representation of color #A893DC: hue angle of 257.26º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A893DC is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 147 220 -
CMYK 0.24 0.33 0 0.14
HSL 257.26º 0.51% 0.72% -
HSV(B) 257.26º 0.33% 0.86% -
XYZ 39.5 34.36 72.26 -
YUV 161.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 168 147 220 0.24 0.33 0 0.14 257.26 0.51 0.72
Hex A8 93 DC 18 21 0 E 101 33 48
Octal 250 223 334 30 41 0 16 401 63 110
Binary 10101000 10010011 11011100 11000 100001 0 1110 100000001 110011 1001000

Color Harmonies of #A893DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A893DC

Black with #A893DC

Text Example


Text Example

White with #A893DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A893DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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