Html Css Color HEX #A393F8 Biloba Flower

📋 copy color: '#A393F8'

red 163 ◦ green 147 ◦ blue 248

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

Shades of Biloba Flower #A393F8

Tints of Biloba Flower #A393F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.44%

R = 29.21%
G = 26.34%
B = 44.44%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A393F8 (or 0xA393F8) is known color: Biloba Flower. HEX triplet: A3, 93 and F8. RGB value is (163,147,248). Sum of RGB (Red+Green+Blue) = 163+147+248=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #A393F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393F8 is #5C6C07. Grayscale: #A2A2A2. Windows color (decimal): -6056968 or 16290723. OLE color: 16290723.

HSL color Cylindrical-coordinate representation of color #A393F8: hue angle of 249.5º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A393F8 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 163 147 248 -
CMYK 0.34 0.41 0 0.03
HSL 249.5º 0.88% 0.77% -
HSV(B) 249.5º 0.41% 0.97% -
XYZ 42.48 35.43 93.41 -
YUV 163.3 175.8 127.79 -
System Red Green Blue C M Y K H S L
Decimal 163 147 248 0.34 0.41 0 0.03 249.5 0.88 0.77
Hex A3 93 F8 22 29 0 3 FA 58 4D
Octal 243 223 370 42 51 0 3 372 130 115
Binary 10100011 10010011 11111000 100010 101001 0 11 11111010 1011000 1001101

Color Harmonies of #A393F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A393F8

Black with #A393F8

Text Example


Text Example

White with #A393F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A393F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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