Html Css Color HEX #A585D7 Biloba Flower

📋 copy color: '#A585D7'

red 165 ◦ green 133 ◦ blue 215

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

Shades of Biloba Flower #A585D7

Tints of Biloba Flower #A585D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.91%

R = 32.16%
G = 25.93%
B = 41.91%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A585D7 (or 0xA585D7) is known color: Biloba Flower. HEX triplet: A5, 85 and D7. RGB value is (165,133,215). Sum of RGB (Red+Green+Blue) = 165+133+215=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 133 (52.34% from 255 or 25.93% from 513); Blue value is 215 (84.38% from 255 or 41.91% from 513); Max value from RGB is 215 - color contains mainly: blue. Hex color #A585D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585D7 is #5A7A28. Grayscale: #979797. Windows color (decimal): -5929513 or 14124453. OLE color: 14124453.

HSL color Cylindrical-coordinate representation of color #A585D7: hue angle of 263.41º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A585D7 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 133 215 -
CMYK 0.23 0.38 0 0.16
HSL 263.41º 0.51% 0.68% -
HSV(B) 263.41º 0.38% 0.84% -
XYZ 36.17 29.68 68.11 -
YUV 151.92 163.6 137.33 -
System Red Green Blue C M Y K H S L
Decimal 165 133 215 0.23 0.38 0 0.16 263.41 0.51 0.68
Hex A5 85 D7 17 26 0 10 107 33 44
Octal 245 205 327 27 46 0 20 407 63 104
Binary 10100101 10000101 11010111 10111 100110 0 10000 100000111 110011 1000100

Color Harmonies of #A585D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585D7

Black with #A585D7

Text Example


Text Example

White with #A585D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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