Html Css Color HEX #A394F2 Biloba Flower

📋 copy color: '#A394F2'

red 163 ◦ green 148 ◦ blue 242

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

Shades of Biloba Flower #A394F2

Tints of Biloba Flower #A394F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.76%

R = 29.48%
G = 26.76%
B = 43.76%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A394F2 (or 0xA394F2) is known color: Biloba Flower. HEX triplet: A3, 94 and F2. RGB value is (163,148,242). Sum of RGB (Red+Green+Blue) = 163+148+242=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 242 (94.92% from 255 or 43.76% from 553); Max value from RGB is 242 - color contains mainly: blue. Hex color #A394F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A394F2 is #5C6B0D. Grayscale: #A2A2A2. Windows color (decimal): -6056718 or 15897763. OLE color: 15897763.

HSL color Cylindrical-coordinate representation of color #A394F2: hue angle of 249.57º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A394F2 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 148 242 -
CMYK 0.33 0.39 0 0.05
HSL 249.57º 0.78% 0.76% -
HSV(B) 249.57º 0.39% 0.95% -
XYZ 41.72 35.38 88.63 -
YUV 163.2 172.47 127.86 -
System Red Green Blue C M Y K H S L
Decimal 163 148 242 0.33 0.39 0 0.05 249.57 0.78 0.76
Hex A3 94 F2 21 27 0 5 FA 4E 4C
Octal 243 224 362 41 47 0 5 372 116 114
Binary 10100011 10010100 11110010 100001 100111 0 101 11111010 1001110 1001100

Color Harmonies of #A394F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394F2

Black with #A394F2

Text Example


Text Example

White with #A394F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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