Html Css Color HEX #A792DC Biloba Flower

📋 copy color: '#A792DC'

red 167 ◦ green 146 ◦ blue 220

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

Shades of Biloba Flower #A792DC

Tints of Biloba Flower #A792DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.39%

 BLUE value IS 220 (86.33% from 255) = 41.28%

R = 31.33%
G = 27.39%
B = 41.28%

CMYK

 C value IS 0.24

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A792DC (or 0xA792DC) is known color: Biloba Flower. HEX triplet: A7, 92 and DC. RGB value is (167,146,220). Sum of RGB (Red+Green+Blue) = 167+146+220=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #A792DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A792DC is #586D23. Grayscale: #A0A0A0. Windows color (decimal): -5795108 or 14455463. OLE color: 14455463.

HSL color Cylindrical-coordinate representation of color #A792DC: hue angle of 257.03º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A792DC is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 146 220 -
CMYK 0.24 0.34 0 0.14
HSL 257.03º 0.51% 0.72% -
HSV(B) 257.03º 0.34% 0.86% -
XYZ 39.13 33.94 72.2 -
YUV 160.72 161.46 132.48 -
System Red Green Blue C M Y K H S L
Decimal 167 146 220 0.24 0.34 0 0.14 257.03 0.51 0.72
Hex A7 92 DC 18 22 0 E 101 33 48
Octal 247 222 334 30 42 0 16 401 63 110
Binary 10100111 10010010 11011100 11000 100010 0 1110 100000001 110011 1001000

Color Harmonies of #A792DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A792DC

Black with #A792DC

Text Example


Text Example

White with #A792DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A792DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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