Html Css Color HEX #A795DF Biloba Flower

📋 copy color: '#A795DF'

red 167 ◦ green 149 ◦ blue 223

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

Shades of Biloba Flower #A795DF

Tints of Biloba Flower #A795DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.37%

R = 30.98%
G = 27.64%
B = 41.37%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A795DF (or 0xA795DF) is known color: Biloba Flower. HEX triplet: A7, 95 and DF. RGB value is (167,149,223). Sum of RGB (Red+Green+Blue) = 167+149+223=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #A795DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795DF is #586A20. Grayscale: #A2A2A2. Windows color (decimal): -5794337 or 14652839. OLE color: 14652839.

HSL color Cylindrical-coordinate representation of color #A795DF: hue angle of 254.59º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A795DF is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 149 223 -
CMYK 0.25 0.33 0 0.13
HSL 254.59º 0.54% 0.73% -
HSV(B) 254.59º 0.33% 0.87% -
XYZ 40 35.04 74.47 -
YUV 162.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 167 149 223 0.25 0.33 0 0.13 254.59 0.54 0.73
Hex A7 95 DF 19 21 0 D FF 36 49
Octal 247 225 337 31 41 0 15 377 66 111
Binary 10100111 10010101 11011111 11001 100001 0 1101 11111111 110110 1001001

Color Harmonies of #A795DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795DF

Black with #A795DF

Text Example


Text Example

White with #A795DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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