Html Css Color HEX #A584D8 Biloba Flower

📋 copy color: '#A584D8'

red 165 ◦ green 132 ◦ blue 216

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

Shades of Biloba Flower #A584D8

Tints of Biloba Flower #A584D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.11%

R = 32.16%
G = 25.73%
B = 42.11%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A584D8 (or 0xA584D8) is known color: Biloba Flower. HEX triplet: A5, 84 and D8. RGB value is (165,132,216). Sum of RGB (Red+Green+Blue) = 165+132+216=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #A584D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584D8 is #5A7B27. Grayscale: #979797. Windows color (decimal): -5929768 or 14189733. OLE color: 14189733.

HSL color Cylindrical-coordinate representation of color #A584D8: hue angle of 263.57º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A584D8 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 132 216 -
CMYK 0.24 0.39 0 0.15
HSL 263.57º 0.52% 0.68% -
HSV(B) 263.57º 0.39% 0.85% -
XYZ 36.16 29.46 68.75 -
YUV 151.44 164.43 137.67 -
System Red Green Blue C M Y K H S L
Decimal 165 132 216 0.24 0.39 0 0.15 263.57 0.52 0.68
Hex A5 84 D8 18 27 0 F 108 34 44
Octal 245 204 330 30 47 0 17 410 64 104
Binary 10100101 10000100 11011000 11000 100111 0 1111 100001000 110100 1000100

Color Harmonies of #A584D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584D8

Black with #A584D8

Text Example


Text Example

White with #A584D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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