Html Css Color HEX #A522CC Dark Orchid

📋 copy color: '#A522CC'

red 165 ◦ green 34 ◦ blue 204

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

Shades of Dark Orchid #A522CC

Tints of Dark Orchid #A522CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 40.94%
G = 8.44%
B = 50.62%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A522CC (or 0xA522CC) is known color: Dark Orchid. HEX triplet: A5, 22 and CC. RGB value is (165,34,204). Sum of RGB (Red+Green+Blue) = 165+34+204=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #A522CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A522CC is #5ADD33. Grayscale: #5C5C5C. Windows color (decimal): -5954868 or 13378213. OLE color: 13378213.

HSL color Cylindrical-coordinate representation of color #A522CC: hue angle of 286.24º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A522CC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 34 204 -
CMYK 0.19 0.83 0 0.2
HSL 286.24º 0.71% 0.47% -
HSV(B) 286.24º 0.83% 0.8% -
XYZ 26.99 13.5 58.31 -
YUV 92.55 190.9 179.68 -
System Red Green Blue C M Y K H S L
Decimal 165 34 204 0.19 0.83 0 0.2 286.24 0.71 0.47
Hex A5 22 CC 13 53 0 14 11E 47 2F
Octal 245 42 314 23 123 0 24 436 107 57
Binary 10100101 100010 11001100 10011 1010011 0 10100 100011110 1000111 101111

Color Harmonies of #A522CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A522CC

Black with #A522CC

Text Example


Text Example

White with #A522CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A522CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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