Html Css Color HEX #A594DD Biloba Flower

📋 copy color: '#A594DD'

red 165 ◦ green 148 ◦ blue 221

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

Shades of Biloba Flower #A594DD

Tints of Biloba Flower #A594DD

RGB

 RED value IS 165 (64.84% from 255) = 30.9%

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

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

R = 30.9%
G = 27.72%
B = 41.39%

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

#A594DD (or 0xA594DD) is known color: Biloba Flower. HEX triplet: A5, 94 and DD. RGB value is (165,148,221). Sum of RGB (Red+Green+Blue) = 165+148+221=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 148 (58.20% from 255 or 27.72% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #A594DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594DD is #5A6B22. Grayscale: #A1A1A1. Windows color (decimal): -5925667 or 14521509. OLE color: 14521509.

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

Color convert

RGB 165 148 221 -
CMYK 0.25 0.33 0 0.13
HSL 253.97º 0.52% 0.72% -
HSV(B) 253.97º 0.33% 0.87% -
XYZ 39.16 34.4 72.98 -
YUV 161.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 165 148 221 0.25 0.33 0 0.13 253.97 0.52 0.72
Hex A5 94 DD 19 21 0 D FE 34 48
Octal 245 224 335 31 41 0 15 376 64 110
Binary 10100101 10010100 11011101 11001 100001 0 1101 11111110 110100 1001000

Color Harmonies of #A594DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A594DD

Black with #A594DD

Text Example


Text Example

White with #A594DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A594DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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