Html Css Color HEX #A585DB Biloba Flower

📋 copy color: '#A585DB'

red 165 ◦ green 133 ◦ blue 219

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

Shades of Biloba Flower #A585DB

Tints of Biloba Flower #A585DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.73%

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

R = 31.91%
G = 25.73%
B = 42.36%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A585DB (or 0xA585DB) is known color: Biloba Flower. HEX triplet: A5, 85 and DB. RGB value is (165,133,219). Sum of RGB (Red+Green+Blue) = 165+133+219=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #A585DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585DB is #5A7A24. Grayscale: #989898. Windows color (decimal): -5929509 or 14386597. OLE color: 14386597.

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

Color convert

RGB 165 133 219 -
CMYK 0.25 0.39 0 0.14
HSL 262.33º 0.54% 0.69% -
HSV(B) 262.33º 0.39% 0.86% -
XYZ 36.69 29.89 70.85 -
YUV 152.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 165 133 219 0.25 0.39 0 0.14 262.33 0.54 0.69
Hex A5 85 DB 19 27 0 E 106 36 45
Octal 245 205 333 31 47 0 16 406 66 105
Binary 10100101 10000101 11011011 11001 100111 0 1110 100000110 110110 1000101

Color Harmonies of #A585DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585DB

Black with #A585DB

Text Example


Text Example

White with #A585DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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