Html Css Color HEX #A795CC Biloba Flower

📋 copy color: '#A795CC'

red 167 ◦ green 149 ◦ blue 204

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

Shades of Biloba Flower #A795CC

Tints of Biloba Flower #A795CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 32.12%
G = 28.65%
B = 39.23%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A795CC (or 0xA795CC) is known color: Biloba Flower. HEX triplet: A7, 95 and CC. RGB value is (167,149,204). Sum of RGB (Red+Green+Blue) = 167+149+204=520 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.12% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #A795CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795CC is #586A33. Grayscale: #A0A0A0. Windows color (decimal): -5794356 or 13407655. OLE color: 13407655.

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

Color convert

RGB 167 149 204 -
CMYK 0.18 0.27 0 0.2
HSL 259.64º 0.35% 0.69% -
HSV(B) 259.64º 0.27% 0.8% -
XYZ 37.58 34.07 61.72 -
YUV 160.65 152.46 132.53 -
System Red Green Blue C M Y K H S L
Decimal 167 149 204 0.18 0.27 0 0.2 259.64 0.35 0.69
Hex A7 95 CC 12 1B 0 14 104 23 45
Octal 247 225 314 22 33 0 24 404 43 105
Binary 10100111 10010101 11001100 10010 11011 0 10100 100000100 100011 1000101

Color Harmonies of #A795CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795CC

Black with #A795CC

Text Example


Text Example

White with #A795CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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