Html Css Color HEX #A791F0 Biloba Flower

📋 copy color: '#A791F0'

red 167 ◦ green 145 ◦ blue 240

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

Shades of Biloba Flower #A791F0

Tints of Biloba Flower #A791F0

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.27%

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

R = 30.25%
G = 26.27%
B = 43.48%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A791F0 (or 0xA791F0) is known color: Biloba Flower. HEX triplet: A7, 91 and F0. RGB value is (167,145,240). Sum of RGB (Red+Green+Blue) = 167+145+240=552 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.25% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #A791F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A791F0 is #586E0F. Grayscale: #A2A2A2. Windows color (decimal): -5795344 or 15765927. OLE color: 15765927.

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

Color convert

RGB 167 145 240 -
CMYK 0.30 0.40 0 0.06
HSL 253.89º 0.76% 0.75% -
HSV(B) 253.89º 0.4% 0.94% -
XYZ 41.79 34.76 86.94 -
YUV 162.41 171.79 131.28 -
System Red Green Blue C M Y K H S L
Decimal 167 145 240 0.30 0.40 0 0.06 253.89 0.76 0.75
Hex A7 91 F0 1E 28 0 6 FE 4C 4B
Octal 247 221 360 36 50 0 6 376 114 113
Binary 10100111 10010001 11110000 11110 101000 0 110 11111110 1001100 1001011

Color Harmonies of #A791F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A791F0

Black with #A791F0

Text Example


Text Example

White with #A791F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A791F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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