Html Css Color HEX #A794EC Biloba Flower

📋 copy color: '#A794EC'

red 167 ◦ green 148 ◦ blue 236

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

Shades of Biloba Flower #A794EC

Tints of Biloba Flower #A794EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.83%

R = 30.31%
G = 26.86%
B = 42.83%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A794EC (or 0xA794EC) is known color: Biloba Flower. HEX triplet: A7, 94 and EC. RGB value is (167,148,236). Sum of RGB (Red+Green+Blue) = 167+148+236=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #A794EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A794EC is #586B13. Grayscale: #A3A3A3. Windows color (decimal): -5794580 or 15504551. OLE color: 15504551.

HSL color Cylindrical-coordinate representation of color #A794EC: hue angle of 252.95º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A794EC is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 148 236 -
CMYK 0.29 0.37 0 0.07
HSL 252.95º 0.7% 0.75% -
HSV(B) 252.95º 0.37% 0.93% -
XYZ 41.67 35.45 84 -
YUV 163.71 168.79 130.34 -
System Red Green Blue C M Y K H S L
Decimal 167 148 236 0.29 0.37 0 0.07 252.95 0.7 0.75
Hex A7 94 EC 1D 25 0 7 FD 46 4B
Octal 247 224 354 35 45 0 7 375 106 113
Binary 10100111 10010100 11101100 11101 100101 0 111 11111101 1000110 1001011

Color Harmonies of #A794EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794EC

Black with #A794EC

Text Example


Text Example

White with #A794EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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