Html Css Color HEX #A393CB Biloba Flower

📋 copy color: '#A393CB'

red 163 ◦ green 147 ◦ blue 203

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

Shades of Biloba Flower #A393CB

Tints of Biloba Flower #A393CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.57%

R = 31.77%
G = 28.65%
B = 39.57%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A393CB (or 0xA393CB) is known color: Biloba Flower. HEX triplet: A3, 93 and CB. RGB value is (163,147,203). Sum of RGB (Red+Green+Blue) = 163+147+203=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #A393CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393CB is #5C6C34. Grayscale: #9D9D9D. Windows color (decimal): -6057013 or 13341603. OLE color: 13341603.

HSL color Cylindrical-coordinate representation of color #A393CB: hue angle of 257.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A393CB is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 147 203 -
CMYK 0.20 0.28 0 0.20
HSL 257.14º 0.35% 0.69% -
HSV(B) 257.14º 0.28% 0.8% -
XYZ 36.32 32.97 60.95 -
YUV 158.17 153.3 131.45 -
System Red Green Blue C M Y K H S L
Decimal 163 147 203 0.20 0.28 0 0.20 257.14 0.35 0.69
Hex A3 93 CB 14 1C 0 14 101 23 45
Octal 243 223 313 24 34 0 24 401 43 105
Binary 10100011 10010011 11001011 10100 11100 0 10100 100000001 100011 1000101

Color Harmonies of #A393CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393CB

Black with #A393CB

Text Example


Text Example

White with #A393CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393CB; }

 p { color: rgb(163,147,203); }

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

background-color css

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

 a { background-color: rgb(163,147,203); }

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

border-color css

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

 span { border-color: rgb(163,147,203); }

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