Html Css Color HEX #A795DA Biloba Flower

📋 copy color: '#A795DA'

red 167 ◦ green 149 ◦ blue 218

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

Shades of Biloba Flower #A795DA

Tints of Biloba Flower #A795DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 31.27%
G = 27.9%
B = 40.82%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A795DA (or 0xA795DA) is known color: Biloba Flower. HEX triplet: A7, 95 and DA. RGB value is (167,149,218). Sum of RGB (Red+Green+Blue) = 167+149+218=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #A795DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795DA is #586A25. Grayscale: #A1A1A1. Windows color (decimal): -5794342 or 14325159. OLE color: 14325159.

HSL color Cylindrical-coordinate representation of color #A795DA: hue angle of 255.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A795DA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 149 218 -
CMYK 0.23 0.32 0 0.15
HSL 255.65º 0.48% 0.72% -
HSV(B) 255.65º 0.32% 0.85% -
XYZ 39.34 34.77 70.97 -
YUV 162.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 167 149 218 0.23 0.32 0 0.15 255.65 0.48 0.72
Hex A7 95 DA 17 20 0 F 100 30 48
Octal 247 225 332 27 40 0 17 400 60 110
Binary 10100111 10010101 11011010 10111 100000 0 1111 100000000 110000 1001000

Color Harmonies of #A795DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795DA

Black with #A795DA

Text Example


Text Example

White with #A795DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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