Html Css Color HEX #A395CB Biloba Flower

📋 copy color: '#A395CB'

red 163 ◦ green 149 ◦ blue 203

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

Shades of Biloba Flower #A395CB

Tints of Biloba Flower #A395CB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.93%

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

R = 31.65%
G = 28.93%
B = 39.42%

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

#A395CB (or 0xA395CB) is known color: Biloba Flower. HEX triplet: A3, 95 and CB. RGB value is (163,149,203). Sum of RGB (Red+Green+Blue) = 163+149+203=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #A395CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A395CB is #5C6A34. Grayscale: #9F9F9F. Windows color (decimal): -6056501 or 13342115. OLE color: 13342115.

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

Color convert

RGB 163 149 203 -
CMYK 0.20 0.27 0 0.20
HSL 255.56º 0.34% 0.69% -
HSV(B) 255.56º 0.27% 0.8% -
XYZ 36.63 33.59 61.05 -
YUV 159.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 163 149 203 0.20 0.27 0 0.20 255.56 0.34 0.69
Hex A3 95 CB 14 1B 0 14 100 22 45
Octal 243 225 313 24 33 0 24 400 42 105
Binary 10100011 10010101 11001011 10100 11011 0 10100 100000000 100010 1000101

Color Harmonies of #A395CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A395CB

Black with #A395CB

Text Example


Text Example

White with #A395CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A395CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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