#A792CC

Color #A792CC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A792CC

Tints of Biloba Flower #A792CC

Color information

#A792CC (or 0xA792CC) is unknown color: approx Biloba Flower. HEX triplet: A7, 92 and CC. RGB value is (167,146,204). Sum of RGB (Red+Green+Blue) = 167+146+204=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #A792CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A792CC is #586D33. Grayscale: #9E9E9E. Windows color (decimal): -5795124 or 13406887. OLE color: 13406887.

HSL color Cylindrical-coordinate representation of color #A792CC: hue angle of 261.72º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A792CC is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB167146204-
CMYK0.180.2800.2
HSL261.72º36.25%68.63%-
HSV(B)261.72º28.43%80%-
XYZ37.1133.1361.57-
YUV158.89153.46133.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.30%
GREEN value IS 146 (57.42% from 255) = 28.24%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=32.30%
G=28.24%
B=39.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1671462040.180.2800.2261.7236.2568.63
HexA792CC121C0141062445
Octal247222314223402440644105
Binary10100111100100101100110010010111000101001000001101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A792CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A792CC; }

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

 H1.HeaderClassName
 {
   color: #A792CC;
 }
 .AnyTagClassName
 {
   color: #A792CC;
 }
</style>
background-color css

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

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

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

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

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

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