Html Css Color HEX #A585DF Biloba Flower

📋 copy color: '#A585DF'

red 165 ◦ green 133 ◦ blue 223

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

Shades of Biloba Flower #A585DF

Tints of Biloba Flower #A585DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.8%

R = 31.67%
G = 25.53%
B = 42.8%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A585DF (or 0xA585DF) is known color: Biloba Flower. HEX triplet: A5, 85 and DF. RGB value is (165,133,223). Sum of RGB (Red+Green+Blue) = 165+133+223=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #A585DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585DF is #5A7A20. Grayscale: #989898. Windows color (decimal): -5929505 or 14648741. OLE color: 14648741.

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

Color convert

RGB 165 133 223 -
CMYK 0.26 0.40 0 0.13
HSL 261.33º 0.58% 0.7% -
HSV(B) 261.33º 0.4% 0.87% -
XYZ 37.22 30.1 73.66 -
YUV 152.83 167.6 136.68 -
System Red Green Blue C M Y K H S L
Decimal 165 133 223 0.26 0.40 0 0.13 261.33 0.58 0.7
Hex A5 85 DF 1A 28 0 D 105 3A 46
Octal 245 205 337 32 50 0 15 405 72 106
Binary 10100101 10000101 11011111 11010 101000 0 1101 100000101 111010 1000110

Color Harmonies of #A585DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585DF

Black with #A585DF

Text Example


Text Example

White with #A585DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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