Html Css Color HEX #A795EF Biloba Flower

📋 copy color: '#A795EF'

red 167 ◦ green 149 ◦ blue 239

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

Shades of Biloba Flower #A795EF

Tints of Biloba Flower #A795EF

RGB

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

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

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

R = 30.09%
G = 26.85%
B = 43.06%

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

#A795EF (or 0xA795EF) is known color: Biloba Flower. HEX triplet: A7, 95 and EF. RGB value is (167,149,239). Sum of RGB (Red+Green+Blue) = 167+149+239=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 149 (58.59% from 255 or 26.85% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #A795EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A795EF is #586A10. Grayscale: #A4A4A4. Windows color (decimal): -5794321 or 15701415. OLE color: 15701415.

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

Color convert

RGB 167 149 239 -
CMYK 0.30 0.38 0 0.06
HSL 252º 0.74% 0.76% -
HSV(B) 252º 0.38% 0.94% -
XYZ 42.26 35.94 86.37 -
YUV 164.64 169.96 129.68 -
System Red Green Blue C M Y K H S L
Decimal 167 149 239 0.30 0.38 0 0.06 252 0.74 0.76
Hex A7 95 EF 1E 26 0 6 FC 4A 4C
Octal 247 225 357 36 46 0 6 374 112 114
Binary 10100111 10010101 11101111 11110 100110 0 110 11111100 1001010 1001100

Color Harmonies of #A795EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795EF

Black with #A795EF

Text Example


Text Example

White with #A795EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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