Html Css Color HEX #A794DD Biloba Flower

📋 copy color: '#A794DD'

red 167 ◦ green 148 ◦ blue 221

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

Shades of Biloba Flower #A794DD

Tints of Biloba Flower #A794DD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.61%

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

R = 31.16%
G = 27.61%
B = 41.23%

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

#A794DD (or 0xA794DD) is known color: Biloba Flower. HEX triplet: A7, 94 and DD. RGB value is (167,148,221). Sum of RGB (Red+Green+Blue) = 167+148+221=536 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.16% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #A794DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A794DD is #586B22. Grayscale: #A1A1A1. Windows color (decimal): -5794595 or 14521511. OLE color: 14521511.

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

Color convert

RGB 167 148 221 -
CMYK 0.24 0.33 0 0.13
HSL 255.62º 0.52% 0.72% -
HSV(B) 255.62º 0.33% 0.87% -
XYZ 39.58 34.62 73 -
YUV 162 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 167 148 221 0.24 0.33 0 0.13 255.62 0.52 0.72
Hex A7 94 DD 18 21 0 D 100 34 48
Octal 247 224 335 30 41 0 15 400 64 110
Binary 10100111 10010100 11011101 11000 100001 0 1101 100000000 110100 1001000

Color Harmonies of #A794DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A794DD

Black with #A794DD

Text Example


Text Example

White with #A794DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A794DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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