Html Css Color HEX #A795C5 Biloba Flower

📋 copy color: '#A795C5'

red 167 ◦ green 149 ◦ blue 197

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

Shades of Biloba Flower #A795C5

Tints of Biloba Flower #A795C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.4%

R = 32.55%
G = 29.04%
B = 38.4%

CMYK

 C value IS 0.15

 M value IS 0.24

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A795C5 (or 0xA795C5) is known color: Biloba Flower. HEX triplet: A7, 95 and C5. RGB value is (167,149,197). Sum of RGB (Red+Green+Blue) = 167+149+197=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 197 - color contains mainly: blue. Hex color #A795C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795C5 is #586A3A. Grayscale: #9F9F9F. Windows color (decimal): -5794363 or 12948903. OLE color: 12948903.

HSL color Cylindrical-coordinate representation of color #A795C5: hue angle of 262.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A795C5 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 149 197 -
CMYK 0.15 0.24 0 0.23
HSL 262.5º 0.29% 0.68% -
HSV(B) 262.5º 0.24% 0.77% -
XYZ 36.76 33.74 57.4 -
YUV 159.85 148.96 133.1 -
System Red Green Blue C M Y K H S L
Decimal 167 149 197 0.15 0.24 0 0.23 262.5 0.29 0.68
Hex A7 95 C5 F 18 0 17 106 1D 44
Octal 247 225 305 17 30 0 27 406 35 104
Binary 10100111 10010101 11000101 1111 11000 0 10111 100000110 11101 1000100

Color Harmonies of #A795C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795C5

Black with #A795C5

Text Example


Text Example

White with #A795C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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