Html Css Color HEX #A794EF Biloba Flower

📋 copy color: '#A794EF'

red 167 ◦ green 148 ◦ blue 239

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

Shades of Biloba Flower #A794EF

Tints of Biloba Flower #A794EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 30.14%
G = 26.71%
B = 43.14%

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

#A794EF (or 0xA794EF) is known color: Biloba Flower. HEX triplet: A7, 94 and EF. RGB value is (167,148,239). Sum of RGB (Red+Green+Blue) = 167+148+239=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 148 (58.20% from 255 or 26.71% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #A794EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A794EF is #586B10. Grayscale: #A3A3A3. Windows color (decimal): -5794577 or 15701159. OLE color: 15701159.

HSL color Cylindrical-coordinate representation of color #A794EF: hue angle of 252.53º degrees, saturation: 0.74, 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 #A794EF is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 148 239 -
CMYK 0.30 0.38 0 0.06
HSL 252.53º 0.74% 0.76% -
HSV(B) 252.53º 0.38% 0.94% -
XYZ 42.11 35.63 86.32 -
YUV 164.06 170.29 130.1 -
System Red Green Blue C M Y K H S L
Decimal 167 148 239 0.30 0.38 0 0.06 252.53 0.74 0.76
Hex A7 94 EF 1E 26 0 6 FD 4A 4C
Octal 247 224 357 36 46 0 6 375 112 114
Binary 10100111 10010100 11101111 11110 100110 0 110 11111101 1001010 1001100

Color Harmonies of #A794EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794EF

Black with #A794EF

Text Example


Text Example

White with #A794EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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