Html Css Color HEX #A394CB Biloba Flower

📋 copy color: '#A394CB'

red 163 ◦ green 148 ◦ blue 203

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

Shades of Biloba Flower #A394CB

Tints of Biloba Flower #A394CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.49%

R = 31.71%
G = 28.79%
B = 39.49%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A394CB (or 0xA394CB) is known color: Biloba Flower. HEX triplet: A3, 94 and CB. RGB value is (163,148,203). Sum of RGB (Red+Green+Blue) = 163+148+203=514 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.71% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 203 - color contains mainly: blue. Hex color #A394CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A394CB is #5C6B34. Grayscale: #9E9E9E. Windows color (decimal): -6056757 or 13341859. OLE color: 13341859.

HSL color Cylindrical-coordinate representation of color #A394CB: hue angle of 256.36º 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 #A394CB is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 148 203 -
CMYK 0.20 0.27 0 0.20
HSL 256.36º 0.35% 0.69% -
HSV(B) 256.36º 0.27% 0.8% -
XYZ 36.47 33.28 61 -
YUV 158.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 163 148 203 0.20 0.27 0 0.20 256.36 0.35 0.69
Hex A3 94 CB 14 1B 0 14 100 23 45
Octal 243 224 313 24 33 0 24 400 43 105
Binary 10100011 10010100 11001011 10100 11011 0 10100 100000000 100011 1000101

Color Harmonies of #A394CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A394CB

Black with #A394CB

Text Example


Text Example

White with #A394CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A394CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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