Html Css Color HEX #A790F4 Biloba Flower

📋 copy color: '#A790F4'

red 167 ◦ green 144 ◦ blue 244

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

Shades of Biloba Flower #A790F4

Tints of Biloba Flower #A790F4

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.95%

 BLUE value IS 244 (95.7% from 255) = 43.96%

R = 30.09%
G = 25.95%
B = 43.96%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A790F4 (or 0xA790F4) is known color: Biloba Flower. HEX triplet: A7, 90 and F4. RGB value is (167,144,244). Sum of RGB (Red+Green+Blue) = 167+144+244=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 244 (95.70% from 255 or 43.96% from 555); Max value from RGB is 244 - color contains mainly: blue. Hex color #A790F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A790F4 is #586F0B. Grayscale: #A1A1A1. Windows color (decimal): -5795596 or 16027815. OLE color: 16027815.

HSL color Cylindrical-coordinate representation of color #A790F4: hue angle of 253.8º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A790F4 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 167 144 244 -
CMYK 0.32 0.41 0 0.04
HSL 253.8º 0.82% 0.76% -
HSV(B) 253.8º 0.41% 0.96% -
XYZ 42.24 34.69 90.06 -
YUV 162.28 174.12 131.37 -
System Red Green Blue C M Y K H S L
Decimal 167 144 244 0.32 0.41 0 0.04 253.8 0.82 0.76
Hex A7 90 F4 20 29 0 4 FE 52 4C
Octal 247 220 364 40 51 0 4 376 122 114
Binary 10100111 10010000 11110100 100000 101001 0 100 11111110 1010010 1001100

Color Harmonies of #A790F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A790F4

Black with #A790F4

Text Example


Text Example

White with #A790F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A790F4; }

 p { color: rgb(167,144,244); }

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

background-color css

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

 a { background-color: rgb(167,144,244); }

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

border-color css

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

 span { border-color: rgb(167,144,244); }

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