Html Css Color HEX #A584DB Biloba Flower

📋 copy color: '#A584DB'

red 165 ◦ green 132 ◦ blue 219

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

Shades of Biloba Flower #A584DB

Tints of Biloba Flower #A584DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 31.98%
G = 25.58%
B = 42.44%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A584DB (or 0xA584DB) is known color: Biloba Flower. HEX triplet: A5, 84 and DB. RGB value is (165,132,219). Sum of RGB (Red+Green+Blue) = 165+132+219=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #A584DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A584DB is #5A7B24. Grayscale: #979797. Windows color (decimal): -5929765 or 14386341. OLE color: 14386341.

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

Color convert

RGB 165 132 219 -
CMYK 0.25 0.40 0 0.14
HSL 262.76º 0.55% 0.69% -
HSV(B) 262.76º 0.4% 0.86% -
XYZ 36.55 29.62 70.81 -
YUV 151.79 165.93 137.43 -
System Red Green Blue C M Y K H S L
Decimal 165 132 219 0.25 0.40 0 0.14 262.76 0.55 0.69
Hex A5 84 DB 19 28 0 E 107 37 45
Octal 245 204 333 31 50 0 16 407 67 105
Binary 10100101 10000100 11011011 11001 101000 0 1110 100000111 110111 1000101

Color Harmonies of #A584DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A584DB

Black with #A584DB

Text Example


Text Example

White with #A584DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A584DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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