#A792FF

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

Shades of Biloba Flower #A792FF

Tints of Biloba Flower #A792FF

Color information

#A792FF (or 0xA792FF) is unknown color: approx Biloba Flower. HEX triplet: A7, 92 and FF. RGB value is (167,146,255). Sum of RGB (Red+Green+Blue) = 167+146+255=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #A792FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A792FF is #586D00. Grayscale: #A4A4A4. Windows color (decimal): -5795073 or 16749223. OLE color: 16749223.

HSL color Cylindrical-coordinate representation of color #A792FF: hue angle of 251.56º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A792FF is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB167146255-
CMYK0.350.4300
HSL251.56º100%78.63%-
HSV(B)251.56º42.75%100%-
XYZ44.2735.9999.22-
YUV164.7178.96129.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.40%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 255 (100% from 255) = 44.89%
R=29.40%
G=25.70%
B=44.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671462550.350.4300251.5610078.63
HexA792FF232B00fc644f
Octal247222377435300374144117
Binary101001111001001011111111100011101011001111110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A792FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A792FF; }

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

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

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

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

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

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

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

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