Html Css Color HEX #A522AB Dark Orchid

📋 copy color: '#A522AB'

red 165 ◦ green 34 ◦ blue 171

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

Shades of Dark Orchid #A522AB

Tints of Dark Orchid #A522AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 44.59%
G = 9.19%
B = 46.22%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A522AB (or 0xA522AB) is known color: Dark Orchid. HEX triplet: A5, 22 and AB. RGB value is (165,34,171). Sum of RGB (Red+Green+Blue) = 165+34+171=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #A522AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A522AB is #5ADD54. Grayscale: #585858. Windows color (decimal): -5954901 or 11215525. OLE color: 11215525.

HSL color Cylindrical-coordinate representation of color #A522AB: hue angle of 297.37º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A522AB is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 34 171 -
CMYK 0.04 0.80 0 0.33
HSL 297.37º 0.67% 0.4% -
HSV(B) 297.37º 0.8% 0.67% -
XYZ 23.44 12.08 39.63 -
YUV 88.79 174.4 182.36 -
System Red Green Blue C M Y K H S L
Decimal 165 34 171 0.04 0.80 0 0.33 297.37 0.67 0.4
Hex A5 22 AB 4 50 0 21 129 43 28
Octal 245 42 253 4 120 0 41 451 103 50
Binary 10100101 100010 10101011 100 1010000 0 100001 100101001 1000011 101000

Color Harmonies of #A522AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A522AB

Black with #A522AB

Text Example


Text Example

White with #A522AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A522AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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