Html Css Color HEX #A795DD Biloba Flower

📋 copy color: '#A795DD'

red 167 ◦ green 149 ◦ blue 221

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

Shades of Biloba Flower #A795DD

Tints of Biloba Flower #A795DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.15%

R = 31.1%
G = 27.75%
B = 41.15%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A795DD (or 0xA795DD) is known color: Biloba Flower. HEX triplet: A7, 95 and DD. RGB value is (167,149,221). Sum of RGB (Red+Green+Blue) = 167+149+221=537 (71% of max value = 765). Red value is 167 (65.62% from 255 or 31.10% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #A795DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795DD is #586A22. Grayscale: #A2A2A2. Windows color (decimal): -5794339 or 14521767. OLE color: 14521767.

HSL color Cylindrical-coordinate representation of color #A795DD: hue angle of 255º degrees, saturation: 0.51, 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 #A795DD is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 149 221 -
CMYK 0.24 0.33 0 0.13
HSL 255º 0.51% 0.73% -
HSV(B) 255º 0.33% 0.87% -
XYZ 39.73 34.93 73.05 -
YUV 162.59 160.96 131.15 -
System Red Green Blue C M Y K H S L
Decimal 167 149 221 0.24 0.33 0 0.13 255 0.51 0.73
Hex A7 95 DD 18 21 0 D FF 33 49
Octal 247 225 335 30 41 0 15 377 63 111
Binary 10100111 10010101 11011101 11000 100001 0 1101 11111111 110011 1001001

Color Harmonies of #A795DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A795DD

Black with #A795DD

Text Example


Text Example

White with #A795DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A795DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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