Html Css Color HEX #A795D6 Biloba Flower

📋 copy color: '#A795D6'

red 167 ◦ green 149 ◦ blue 214

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

Shades of Biloba Flower #A795D6

Tints of Biloba Flower #A795D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.38%

R = 31.51%
G = 28.11%
B = 40.38%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A795D6 (or 0xA795D6) is known color: Biloba Flower. HEX triplet: A7, 95 and D6. RGB value is (167,149,214). Sum of RGB (Red+Green+Blue) = 167+149+214=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #A795D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795D6 is #586A29. Grayscale: #A1A1A1. Windows color (decimal): -5794346 or 14063015. OLE color: 14063015.

HSL color Cylindrical-coordinate representation of color #A795D6: hue angle of 256.62º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A795D6 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 167 149 214 -
CMYK 0.22 0.30 0 0.16
HSL 256.62º 0.44% 0.71% -
HSV(B) 256.62º 0.3% 0.84% -
XYZ 38.82 34.57 68.24 -
YUV 161.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 167 149 214 0.22 0.30 0 0.16 256.62 0.44 0.71
Hex A7 95 D6 16 1E 0 10 101 2C 47
Octal 247 225 326 26 36 0 20 401 54 107
Binary 10100111 10010101 11010110 10110 11110 0 10000 100000001 101100 1000111

Color Harmonies of #A795D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795D6

Black with #A795D6

Text Example


Text Example

White with #A795D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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