Html Css Color HEX #A585E1 Biloba Flower

📋 copy color: '#A585E1'

red 165 ◦ green 133 ◦ blue 225

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

Shades of Biloba Flower #A585E1

Tints of Biloba Flower #A585E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 43.02%

R = 31.55%
G = 25.43%
B = 43.02%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A585E1 (or 0xA585E1) is known color: Biloba Flower. HEX triplet: A5, 85 and E1. RGB value is (165,133,225). Sum of RGB (Red+Green+Blue) = 165+133+225=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 225 (88.28% from 255 or 43.02% from 523); Max value from RGB is 225 - color contains mainly: blue. Hex color #A585E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585E1 is #5A7A1E. Grayscale: #989898. Windows color (decimal): -5929503 or 14779813. OLE color: 14779813.

HSL color Cylindrical-coordinate representation of color #A585E1: hue angle of 260.87º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A585E1 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 133 225 -
CMYK 0.27 0.41 0 0.12
HSL 260.87º 0.61% 0.7% -
HSV(B) 260.87º 0.41% 0.88% -
XYZ 37.5 30.21 75.09 -
YUV 153.06 168.6 136.52 -
System Red Green Blue C M Y K H S L
Decimal 165 133 225 0.27 0.41 0 0.12 260.87 0.61 0.7
Hex A5 85 E1 1B 29 0 C 105 3D 46
Octal 245 205 341 33 51 0 14 405 75 106
Binary 10100101 10000101 11100001 11011 101001 0 1100 100000101 111101 1000110

Color Harmonies of #A585E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A585E1

Black with #A585E1

Text Example


Text Example

White with #A585E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A585E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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