Html Css Color HEX #A584DD Biloba Flower

📋 copy color: '#A584DD'

red 165 ◦ green 132 ◦ blue 221

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

Shades of Biloba Flower #A584DD

Tints of Biloba Flower #A584DD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.48%

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

R = 31.85%
G = 25.48%
B = 42.66%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A584DD (or 0xA584DD) is known color: Biloba Flower. HEX triplet: A5, 84 and DD. RGB value is (165,132,221). Sum of RGB (Red+Green+Blue) = 165+132+221=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #A584DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584DD is #5A7B22. Grayscale: #979797. Windows color (decimal): -5929763 or 14517413. OLE color: 14517413.

HSL color Cylindrical-coordinate representation of color #A584DD: hue angle of 262.25º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A584DD is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 132 221 -
CMYK 0.25 0.40 0 0.13
HSL 262.25º 0.57% 0.69% -
HSV(B) 262.25º 0.4% 0.87% -
XYZ 36.82 29.72 72.2 -
YUV 152.01 166.93 137.26 -
System Red Green Blue C M Y K H S L
Decimal 165 132 221 0.25 0.40 0 0.13 262.25 0.57 0.69
Hex A5 84 DD 19 28 0 D 106 39 45
Octal 245 204 335 31 50 0 15 406 71 105
Binary 10100101 10000100 11011101 11001 101000 0 1101 100000110 111001 1000101

Color Harmonies of #A584DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584DD

Black with #A584DD

Text Example


Text Example

White with #A584DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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