Html Css Color HEX #A394CC Biloba Flower

📋 copy color: '#A394CC'

red 163 ◦ green 148 ◦ blue 204

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

Shades of Biloba Flower #A394CC

Tints of Biloba Flower #A394CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 31.65%
G = 28.74%
B = 39.61%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A394CC (or 0xA394CC) is known color: Biloba Flower. HEX triplet: A3, 94 and CC. RGB value is (163,148,204). Sum of RGB (Red+Green+Blue) = 163+148+204=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #A394CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394CC is #5C6B33. Grayscale: #9E9E9E. Windows color (decimal): -6056756 or 13407395. OLE color: 13407395.

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

Color convert

RGB 163 148 204 -
CMYK 0.20 0.27 0 0.2
HSL 256.07º 0.35% 0.69% -
HSV(B) 256.07º 0.27% 0.8% -
XYZ 36.59 33.33 61.63 -
YUV 158.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 163 148 204 0.20 0.27 0 0.2 256.07 0.35 0.69
Hex A3 94 CC 14 1B 0 14 100 23 45
Octal 243 224 314 24 33 0 24 400 43 105
Binary 10100011 10010100 11001100 10100 11011 0 10100 100000000 100011 1000101

Color Harmonies of #A394CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394CC

Black with #A394CC

Text Example


Text Example

White with #A394CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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