Html Css Color HEX #A585D6 Biloba Flower

📋 copy color: '#A585D6'

red 165 ◦ green 133 ◦ blue 214

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

Shades of Biloba Flower #A585D6

Tints of Biloba Flower #A585D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 32.23%
G = 25.98%
B = 41.8%

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

#A585D6 (or 0xA585D6) is known color: Biloba Flower. HEX triplet: A5, 85 and D6. RGB value is (165,133,214). Sum of RGB (Red+Green+Blue) = 165+133+214=512 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.23% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #A585D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585D6 is #5A7A29. Grayscale: #979797. Windows color (decimal): -5929514 or 14058917. OLE color: 14058917.

HSL color Cylindrical-coordinate representation of color #A585D6: hue angle of 263.7º degrees, saturation: 0.5, 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 #A585D6 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 133 214 -
CMYK 0.23 0.38 0 0.16
HSL 263.7º 0.5% 0.68% -
HSV(B) 263.7º 0.38% 0.84% -
XYZ 36.04 29.63 67.44 -
YUV 151.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 165 133 214 0.23 0.38 0 0.16 263.7 0.5 0.68
Hex A5 85 D6 17 26 0 10 108 32 44
Octal 245 205 326 27 46 0 20 410 62 104
Binary 10100101 10000101 11010110 10111 100110 0 10000 100001000 110010 1000100

Color Harmonies of #A585D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585D6

Black with #A585D6

Text Example


Text Example

White with #A585D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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