Html Css Color HEX #A531BD Dark Orchid

📋 copy color: '#A531BD'

red 165 ◦ green 49 ◦ blue 189

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

Shades of Dark Orchid #A531BD

Tints of Dark Orchid #A531BD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.16%

 BLUE value IS 189 (74.22% from 255) = 46.9%

R = 40.94%
G = 12.16%
B = 46.9%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A531BD (or 0xA531BD) is known color: Dark Orchid. HEX triplet: A5, 31 and BD. RGB value is (165,49,189). Sum of RGB (Red+Green+Blue) = 165+49+189=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 49 (19.53% from 255 or 12.16% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #A531BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A531BD is #5ACE42. Grayscale: #636363. Windows color (decimal): -5951043 or 12399013. OLE color: 12399013.

HSL color Cylindrical-coordinate representation of color #A531BD: hue angle of 289.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A531BD is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 49 189 -
CMYK 0.13 0.74 0 0.26
HSL 289.71º 0.59% 0.47% -
HSV(B) 289.71º 0.74% 0.74% -
XYZ 25.8 13.87 49.46 -
YUV 99.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 165 49 189 0.13 0.74 0 0.26 289.71 0.59 0.47
Hex A5 31 BD D 4A 0 1A 122 3B 2F
Octal 245 61 275 15 112 0 32 442 73 57
Binary 10100101 110001 10111101 1101 1001010 0 11010 100100010 111011 101111

Color Harmonies of #A531BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A531BD

Black with #A531BD

Text Example


Text Example

White with #A531BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A531BD; }

 p { color: rgb(165,49,189); }

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

background-color css

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

 a { background-color: rgb(165,49,189); }

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

border-color css

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

 span { border-color: rgb(165,49,189); }

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