Html Css Color HEX #A792F1 Biloba Flower

📋 copy color: '#A792F1'

red 167 ◦ green 146 ◦ blue 241

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

Shades of Biloba Flower #A792F1

Tints of Biloba Flower #A792F1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.35%

 BLUE value IS 241 (94.53% from 255) = 43.5%

R = 30.14%
G = 26.35%
B = 43.5%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A792F1 (or 0xA792F1) is known color: Biloba Flower. HEX triplet: A7, 92 and F1. RGB value is (167,146,241). Sum of RGB (Red+Green+Blue) = 167+146+241=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #A792F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A792F1 is #586D0E. Grayscale: #A2A2A2. Windows color (decimal): -5795087 or 15831719. OLE color: 15831719.

HSL color Cylindrical-coordinate representation of color #A792F1: hue angle of 253.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A792F1 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 167 146 241 -
CMYK 0.31 0.39 0 0.05
HSL 253.26º 0.77% 0.76% -
HSV(B) 253.26º 0.39% 0.95% -
XYZ 42.09 35.12 87.78 -
YUV 163.11 171.96 130.78 -
System Red Green Blue C M Y K H S L
Decimal 167 146 241 0.31 0.39 0 0.05 253.26 0.77 0.76
Hex A7 92 F1 1F 27 0 5 FD 4D 4C
Octal 247 222 361 37 47 0 5 375 115 114
Binary 10100111 10010010 11110001 11111 100111 0 101 11111101 1001101 1001100

Color Harmonies of #A792F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A792F1

Black with #A792F1

Text Example


Text Example

White with #A792F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A792F1; }

 p { color: rgb(167,146,241); }

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

background-color css

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

 a { background-color: rgb(167,146,241); }

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

border-color css

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

 span { border-color: rgb(167,146,241); }

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