Html Css Color HEX #A586D3 Biloba Flower

📋 copy color: '#A586D3'

red 165 ◦ green 134 ◦ blue 211

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

Shades of Biloba Flower #A586D3

Tints of Biloba Flower #A586D3

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.27%

 BLUE value IS 211 (82.81% from 255) = 41.37%

R = 32.35%
G = 26.27%
B = 41.37%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#A586D3 (or 0xA586D3) is known color: Biloba Flower. HEX triplet: A5, 86 and D3. RGB value is (165,134,211). Sum of RGB (Red+Green+Blue) = 165+134+211=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 211 (82.81% from 255 or 41.37% from 510); Max value from RGB is 211 - color contains mainly: blue. Hex color #A586D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586D3 is #5A792C. Grayscale: #979797. Windows color (decimal): -5929261 or 13862565. OLE color: 13862565.

HSL color Cylindrical-coordinate representation of color #A586D3: hue angle of 264.16º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A586D3 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 165 134 211 -
CMYK 0.22 0.36 0 0.17
HSL 264.16º 0.47% 0.68% -
HSV(B) 264.16º 0.36% 0.83% -
XYZ 35.8 29.75 65.48 -
YUV 152.05 161.27 137.24 -
System Red Green Blue C M Y K H S L
Decimal 165 134 211 0.22 0.36 0 0.17 264.16 0.47 0.68
Hex A5 86 D3 16 24 0 11 108 2F 44
Octal 245 206 323 26 44 0 21 410 57 104
Binary 10100101 10000110 11010011 10110 100100 0 10001 100001000 101111 1000100

Color Harmonies of #A586D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A586D3

Black with #A586D3

Text Example


Text Example

White with #A586D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A586D3; }

 p { color: rgb(165,134,211); }

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

background-color css

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

 a { background-color: rgb(165,134,211); }

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

border-color css

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

 span { border-color: rgb(165,134,211); }

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