Html Css Color HEX #A522BE Dark Orchid

📋 copy color: '#A522BE'

red 165 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #A522BE

Tints of Dark Orchid #A522BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 42.42%
G = 8.74%
B = 48.84%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A522BE (or 0xA522BE) is known color: Dark Orchid. HEX triplet: A5, 22 and BE. RGB value is (165,34,190). Sum of RGB (Red+Green+Blue) = 165+34+190=389 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.42% from 389); Green value is 34 (13.67% from 255 or 8.74% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #A522BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A522BE is #5ADD41. Grayscale: #5A5A5A. Windows color (decimal): -5954882 or 12460709. OLE color: 12460709.

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

Color convert

RGB 165 34 190 -
CMYK 0.13 0.82 0 0.25
HSL 290.38º 0.7% 0.44% -
HSV(B) 290.38º 0.82% 0.75% -
XYZ 25.38 12.86 49.86 -
YUV 90.95 183.9 180.82 -
System Red Green Blue C M Y K H S L
Decimal 165 34 190 0.13 0.82 0 0.25 290.38 0.7 0.44
Hex A5 22 BE D 52 0 19 122 46 2C
Octal 245 42 276 15 122 0 31 442 106 54
Binary 10100101 100010 10111110 1101 1010010 0 11001 100100010 1000110 101100

Color Harmonies of #A522BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A522BE

Black with #A522BE

Text Example


Text Example

White with #A522BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A522BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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