Html Css Color HEX #A795F0 Biloba Flower

📋 copy color: '#A795F0'

red 167 ◦ green 149 ◦ blue 240

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

Shades of Biloba Flower #A795F0

Tints of Biloba Flower #A795F0

RGB

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

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

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

R = 30.04%
G = 26.8%
B = 43.17%

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

#A795F0 (or 0xA795F0) is known color: Biloba Flower. HEX triplet: A7, 95 and F0. RGB value is (167,149,240). Sum of RGB (Red+Green+Blue) = 167+149+240=556 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.04% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #A795F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A795F0 is #586A0F. Grayscale: #A4A4A4. Windows color (decimal): -5794320 or 15766951. OLE color: 15766951.

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

Color convert

RGB 167 149 240 -
CMYK 0.30 0.38 0 0.06
HSL 251.87º 0.75% 0.76% -
HSV(B) 251.87º 0.38% 0.94% -
XYZ 42.41 36 87.15 -
YUV 164.76 170.46 129.6 -
System Red Green Blue C M Y K H S L
Decimal 167 149 240 0.30 0.38 0 0.06 251.87 0.75 0.76
Hex A7 95 F0 1E 26 0 6 FC 4B 4C
Octal 247 225 360 36 46 0 6 374 113 114
Binary 10100111 10010101 11110000 11110 100110 0 110 11111100 1001011 1001100

Color Harmonies of #A795F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795F0

Black with #A795F0

Text Example


Text Example

White with #A795F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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