Html Css Color HEX #A794E0 Biloba Flower

📋 copy color: '#A794E0'

red 167 ◦ green 148 ◦ blue 224

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

Shades of Biloba Flower #A794E0

Tints of Biloba Flower #A794E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.56%

R = 30.98%
G = 27.46%
B = 41.56%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A794E0 (or 0xA794E0) is known color: Biloba Flower. HEX triplet: A7, 94 and E0. RGB value is (167,148,224). Sum of RGB (Red+Green+Blue) = 167+148+224=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #A794E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A794E0 is #586B1F. Grayscale: #A2A2A2. Windows color (decimal): -5794592 or 14718119. OLE color: 14718119.

HSL color Cylindrical-coordinate representation of color #A794E0: hue angle of 255º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A794E0 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 167 148 224 -
CMYK 0.25 0.34 0 0.12
HSL 255º 0.55% 0.73% -
HSV(B) 255º 0.34% 0.88% -
XYZ 39.98 34.78 75.13 -
YUV 162.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 167 148 224 0.25 0.34 0 0.12 255 0.55 0.73
Hex A7 94 E0 19 22 0 C FF 37 49
Octal 247 224 340 31 42 0 14 377 67 111
Binary 10100111 10010100 11100000 11001 100010 0 1100 11111111 110111 1001001

Color Harmonies of #A794E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794E0

Black with #A794E0

Text Example


Text Example

White with #A794E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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