Html Css Color HEX #A792F0 Biloba Flower

📋 copy color: '#A792F0'

red 167 ◦ green 146 ◦ blue 240

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

Shades of Biloba Flower #A792F0

Tints of Biloba Flower #A792F0

RGB

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

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

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

R = 30.2%
G = 26.4%
B = 43.4%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A792F0 (or 0xA792F0) is known color: Biloba Flower. HEX triplet: A7, 92 and F0. RGB value is (167,146,240). Sum of RGB (Red+Green+Blue) = 167+146+240=553 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.20% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #A792F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A792F0 is #586D0F. Grayscale: #A2A2A2. Windows color (decimal): -5795088 or 15766183. OLE color: 15766183.

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

Color convert

RGB 167 146 240 -
CMYK 0.30 0.39 0 0.06
HSL 253.4º 0.76% 0.76% -
HSV(B) 253.4º 0.39% 0.94% -
XYZ 41.94 35.06 87 -
YUV 163 171.46 130.86 -
System Red Green Blue C M Y K H S L
Decimal 167 146 240 0.30 0.39 0 0.06 253.4 0.76 0.76
Hex A7 92 F0 1E 27 0 6 FD 4C 4C
Octal 247 222 360 36 47 0 6 375 114 114
Binary 10100111 10010010 11110000 11110 100111 0 110 11111101 1001100 1001100

Color Harmonies of #A792F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A792F0

Black with #A792F0

Text Example


Text Example

White with #A792F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A792F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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