Html Css Color HEX #A522AF Dark Orchid

📋 copy color: '#A522AF'

red 165 ◦ green 34 ◦ blue 175

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

Shades of Dark Orchid #A522AF

Tints of Dark Orchid #A522AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 44.12%
G = 9.09%
B = 46.79%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A522AF (or 0xA522AF) is known color: Dark Orchid. HEX triplet: A5, 22 and AF. RGB value is (165,34,175). Sum of RGB (Red+Green+Blue) = 165+34+175=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #A522AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A522AF is #5ADD50. Grayscale: #585858. Windows color (decimal): -5954897 or 11477669. OLE color: 11477669.

HSL color Cylindrical-coordinate representation of color #A522AF: hue angle of 295.74º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A522AF is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 34 175 -
CMYK 0.06 0.81 0 0.31
HSL 295.74º 0.67% 0.41% -
HSV(B) 295.74º 0.81% 0.69% -
XYZ 23.83 12.24 41.66 -
YUV 89.24 176.4 182.04 -
System Red Green Blue C M Y K H S L
Decimal 165 34 175 0.06 0.81 0 0.31 295.74 0.67 0.41
Hex A5 22 AF 6 51 0 1F 128 43 29
Octal 245 42 257 6 121 0 37 450 103 51
Binary 10100101 100010 10101111 110 1010001 0 11111 100101000 1000011 101001

Color Harmonies of #A522AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A522AF

Black with #A522AF

Text Example


Text Example

White with #A522AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A522AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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