Html Css Color HEX #A794F0 Biloba Flower

📋 copy color: '#A794F0'

red 167 ◦ green 148 ◦ blue 240

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

Shades of Biloba Flower #A794F0

Tints of Biloba Flower #A794F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.24%

R = 30.09%
G = 26.67%
B = 43.24%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A794F0 (or 0xA794F0) is known color: Biloba Flower. HEX triplet: A7, 94 and F0. RGB value is (167,148,240). Sum of RGB (Red+Green+Blue) = 167+148+240=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #A794F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A794F0 is #586B0F. Grayscale: #A3A3A3. Windows color (decimal): -5794576 or 15766695. OLE color: 15766695.

HSL color Cylindrical-coordinate representation of color #A794F0: hue angle of 252.39º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A794F0 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 148 240 -
CMYK 0.30 0.38 0 0.06
HSL 252.39º 0.75% 0.76% -
HSV(B) 252.39º 0.38% 0.94% -
XYZ 42.25 35.69 87.1 -
YUV 164.17 170.79 130.02 -
System Red Green Blue C M Y K H S L
Decimal 167 148 240 0.30 0.38 0 0.06 252.39 0.75 0.76
Hex A7 94 F0 1E 26 0 6 FC 4B 4C
Octal 247 224 360 36 46 0 6 374 113 114
Binary 10100111 10010100 11110000 11110 100110 0 110 11111100 1001011 1001100

Color Harmonies of #A794F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794F0

Black with #A794F0

Text Example


Text Example

White with #A794F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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