Html Css Color HEX #A795FF Biloba Flower

📋 copy color: '#A795FF'

red 167 ◦ green 149 ◦ blue 255

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

Shades of Biloba Flower #A795FF

Tints of Biloba Flower #A795FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.66%

R = 29.25%
G = 26.09%
B = 44.66%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A795FF (or 0xA795FF) is known color: Biloba Flower. HEX triplet: A7, 95 and FF. RGB value is (167,149,255). Sum of RGB (Red+Green+Blue) = 167+149+255=571 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.25% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #A795FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A795FF is #586A00. Grayscale: #A6A6A6. Windows color (decimal): -5794305 or 16749991. OLE color: 16749991.

HSL color Cylindrical-coordinate representation of color #A795FF: hue angle of 250.19º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A795FF is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 167 149 255 -
CMYK 0.35 0.42 0 0
HSL 250.19º 1% 0.79% -
HSV(B) 250.19º 0.42% 1% -
XYZ 44.73 36.93 99.38 -
YUV 166.47 177.96 128.38 -
System Red Green Blue C M Y K H S L
Decimal 167 149 255 0.35 0.42 0 0 250.19 1 0.79
Hex A7 95 FF 23 2A 0 0 FA 64 4F
Octal 247 225 377 43 52 0 0 372 144 117
Binary 10100111 10010101 11111111 100011 101010 0 0 11111010 1100100 1001111

Color Harmonies of #A795FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795FF

Black with #A795FF

Text Example


Text Example

White with #A795FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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