Html Css Color HEX #A393D2 Biloba Flower

📋 copy color: '#A393D2'

red 163 ◦ green 147 ◦ blue 210

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

Shades of Biloba Flower #A393D2

Tints of Biloba Flower #A393D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 40.38%

R = 31.35%
G = 28.27%
B = 40.38%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A393D2 (or 0xA393D2) is known color: Biloba Flower. HEX triplet: A3, 93 and D2. RGB value is (163,147,210). Sum of RGB (Red+Green+Blue) = 163+147+210=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 210 (82.42% from 255 or 40.38% from 520); Max value from RGB is 210 - color contains mainly: blue. Hex color #A393D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393D2 is #5C6C2D. Grayscale: #9E9E9E. Windows color (decimal): -6057006 or 13800355. OLE color: 13800355.

HSL color Cylindrical-coordinate representation of color #A393D2: hue angle of 255.24º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A393D2 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 147 210 -
CMYK 0.22 0.30 0 0.18
HSL 255.24º 0.41% 0.7% -
HSV(B) 255.24º 0.3% 0.82% -
XYZ 37.17 33.31 65.44 -
YUV 158.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 163 147 210 0.22 0.30 0 0.18 255.24 0.41 0.7
Hex A3 93 D2 16 1E 0 12 FF 29 46
Octal 243 223 322 26 36 0 22 377 51 106
Binary 10100011 10010011 11010010 10110 11110 0 10010 11111111 101001 1000110

Color Harmonies of #A393D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393D2

Black with #A393D2

Text Example


Text Example

White with #A393D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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