Html Css Color HEX #A795CB Biloba Flower

📋 copy color: '#A795CB'

red 167 ◦ green 149 ◦ blue 203

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

Shades of Biloba Flower #A795CB

Tints of Biloba Flower #A795CB

RGB

 RED value IS 167 (65.63% from 255) = 32.18%

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

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

R = 32.18%
G = 28.71%
B = 39.11%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A795CB (or 0xA795CB) is known color: Biloba Flower. HEX triplet: A7, 95 and CB. RGB value is (167,149,203). Sum of RGB (Red+Green+Blue) = 167+149+203=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #A795CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795CB is #586A34. Grayscale: #A0A0A0. Windows color (decimal): -5794357 or 13342119. OLE color: 13342119.

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

Color convert

RGB 167 149 203 -
CMYK 0.18 0.27 0 0.20
HSL 260º 0.34% 0.69% -
HSV(B) 260º 0.27% 0.8% -
XYZ 37.46 34.02 61.09 -
YUV 160.54 151.96 132.61 -
System Red Green Blue C M Y K H S L
Decimal 167 149 203 0.18 0.27 0 0.20 260 0.34 0.69
Hex A7 95 CB 12 1B 0 14 104 22 45
Octal 247 225 313 22 33 0 24 404 42 105
Binary 10100111 10010101 11001011 10010 11011 0 10100 100000100 100010 1000101

Color Harmonies of #A795CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795CB

Black with #A795CB

Text Example


Text Example

White with #A795CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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