Html Css Color HEX #A795CE Biloba Flower

📋 copy color: '#A795CE'

red 167 ◦ green 149 ◦ blue 206

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

Shades of Biloba Flower #A795CE

Tints of Biloba Flower #A795CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 31.99%
G = 28.54%
B = 39.46%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A795CE (or 0xA795CE) is known color: Biloba Flower. HEX triplet: A7, 95 and CE. RGB value is (167,149,206). Sum of RGB (Red+Green+Blue) = 167+149+206=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #A795CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795CE is #586A31. Grayscale: #A0A0A0. Windows color (decimal): -5794354 or 13538727. OLE color: 13538727.

HSL color Cylindrical-coordinate representation of color #A795CE: hue angle of 258.95º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A795CE is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 149 206 -
CMYK 0.19 0.28 0 0.19
HSL 258.95º 0.37% 0.7% -
HSV(B) 258.95º 0.28% 0.81% -
XYZ 37.82 34.17 62.99 -
YUV 160.88 153.46 132.37 -
System Red Green Blue C M Y K H S L
Decimal 167 149 206 0.19 0.28 0 0.19 258.95 0.37 0.7
Hex A7 95 CE 13 1C 0 13 103 25 46
Octal 247 225 316 23 34 0 23 403 45 106
Binary 10100111 10010101 11001110 10011 11100 0 10011 100000011 100101 1000110

Color Harmonies of #A795CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795CE

Black with #A795CE

Text Example


Text Example

White with #A795CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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