Html Css Color HEX #A394FA Biloba Flower

📋 copy color: '#A394FA'

red 163 ◦ green 148 ◦ blue 250

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

Shades of Biloba Flower #A394FA

Tints of Biloba Flower #A394FA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.38%

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 29.06%
G = 26.38%
B = 44.56%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A394FA (or 0xA394FA) is known color: Biloba Flower. HEX triplet: A3, 94 and FA. RGB value is (163,148,250). Sum of RGB (Red+Green+Blue) = 163+148+250=561 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.06% from 561); Green value is 148 (58.20% from 255 or 26.38% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #A394FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A394FA is #5C6B05. Grayscale: #A3A3A3. Windows color (decimal): -6056710 or 16422051. OLE color: 16422051.

HSL color Cylindrical-coordinate representation of color #A394FA: hue angle of 248.82º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A394FA is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 148 250 -
CMYK 0.35 0.41 0 0.02
HSL 248.82º 0.91% 0.78% -
HSV(B) 248.82º 0.41% 0.98% -
XYZ 42.95 35.87 95.1 -
YUV 164.11 176.47 127.21 -
System Red Green Blue C M Y K H S L
Decimal 163 148 250 0.35 0.41 0 0.02 248.82 0.91 0.78
Hex A3 94 FA 23 29 0 2 F9 5B 4E
Octal 243 224 372 43 51 0 2 371 133 116
Binary 10100011 10010100 11111010 100011 101001 0 10 11111001 1011011 1001110

Color Harmonies of #A394FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394FA

Black with #A394FA

Text Example


Text Example

White with #A394FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394FA; }

 p { color: rgb(163,148,250); }

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

background-color css

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

 a { background-color: rgb(163,148,250); }

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

border-color css

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

 span { border-color: rgb(163,148,250); }

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