Html Css Color HEX #A795EC Biloba Flower

📋 copy color: '#A795EC'

red 167 ◦ green 149 ◦ blue 236

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

Shades of Biloba Flower #A795EC

Tints of Biloba Flower #A795EC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.99%

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

R = 30.25%
G = 26.99%
B = 42.75%

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

#A795EC (or 0xA795EC) is known color: Biloba Flower. HEX triplet: A7, 95 and EC. RGB value is (167,149,236). Sum of RGB (Red+Green+Blue) = 167+149+236=552 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.25% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #A795EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A795EC is #586A13. Grayscale: #A3A3A3. Windows color (decimal): -5794324 or 15504807. OLE color: 15504807.

HSL color Cylindrical-coordinate representation of color #A795EC: hue angle of 252.41º 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 #A795EC is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 149 236 -
CMYK 0.29 0.37 0 0.07
HSL 252.41º 0.7% 0.75% -
HSV(B) 252.41º 0.37% 0.93% -
XYZ 41.82 35.77 84.06 -
YUV 164.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 167 149 236 0.29 0.37 0 0.07 252.41 0.7 0.75
Hex A7 95 EC 1D 25 0 7 FC 46 4B
Octal 247 225 354 35 45 0 7 374 106 113
Binary 10100111 10010101 11101100 11101 100101 0 111 11111100 1000110 1001011

Color Harmonies of #A795EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795EC

Black with #A795EC

Text Example


Text Example

White with #A795EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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