Html Css Color HEX #A522BD Dark Orchid

📋 copy color: '#A522BD'

red 165 ◦ green 34 ◦ blue 189

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

Shades of Dark Orchid #A522BD

Tints of Dark Orchid #A522BD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.76%

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

R = 42.53%
G = 8.76%
B = 48.71%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A522BD (or 0xA522BD) is known color: Dark Orchid. HEX triplet: A5, 22 and BD. RGB value is (165,34,189). Sum of RGB (Red+Green+Blue) = 165+34+189=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #A522BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A522BD is #5ADD42. Grayscale: #5A5A5A. Windows color (decimal): -5954883 or 12395173. OLE color: 12395173.

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

Color convert

RGB 165 34 189 -
CMYK 0.13 0.82 0 0.26
HSL 290.71º 0.7% 0.44% -
HSV(B) 290.71º 0.82% 0.74% -
XYZ 25.27 12.82 49.29 -
YUV 90.84 183.4 180.9 -
System Red Green Blue C M Y K H S L
Decimal 165 34 189 0.13 0.82 0 0.26 290.71 0.7 0.44
Hex A5 22 BD D 52 0 1A 123 46 2C
Octal 245 42 275 15 122 0 32 443 106 54
Binary 10100101 100010 10111101 1101 1010010 0 11010 100100011 1000110 101100

Color Harmonies of #A522BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A522BD

Black with #A522BD

Text Example


Text Example

White with #A522BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A522BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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