Html Css Color HEX #A794DB Biloba Flower

📋 copy color: '#A794DB'

red 167 ◦ green 148 ◦ blue 219

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

Shades of Biloba Flower #A794DB

Tints of Biloba Flower #A794DB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.72%

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 31.27%
G = 27.72%
B = 41.01%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A794DB (or 0xA794DB) is known color: Biloba Flower. HEX triplet: A7, 94 and DB. RGB value is (167,148,219). Sum of RGB (Red+Green+Blue) = 167+148+219=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #A794DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A794DB is #586B24. Grayscale: #A1A1A1. Windows color (decimal): -5794597 or 14390439. OLE color: 14390439.

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

Color convert

RGB 167 148 219 -
CMYK 0.24 0.32 0 0.14
HSL 256.06º 0.5% 0.72% -
HSV(B) 256.06º 0.32% 0.86% -
XYZ 39.31 34.51 71.61 -
YUV 161.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 167 148 219 0.24 0.32 0 0.14 256.06 0.5 0.72
Hex A7 94 DB 18 20 0 E 100 32 48
Octal 247 224 333 30 40 0 16 400 62 110
Binary 10100111 10010100 11011011 11000 100000 0 1110 100000000 110010 1001000

Color Harmonies of #A794DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794DB

Black with #A794DB

Text Example


Text Example

White with #A794DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794DB; }

 p { color: rgb(167,148,219); }

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

background-color css

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

 a { background-color: rgb(167,148,219); }

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

border-color css

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

 span { border-color: rgb(167,148,219); }

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