Html Css Color HEX #A522C7 Dark Orchid

📋 copy color: '#A522C7'

red 165 ◦ green 34 ◦ blue 199

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

Shades of Dark Orchid #A522C7

Tints of Dark Orchid #A522C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50%

R = 41.46%
G = 8.54%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A522C7 (or 0xA522C7) is known color: Dark Orchid. HEX triplet: A5, 22 and C7. RGB value is (165,34,199). Sum of RGB (Red+Green+Blue) = 165+34+199=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 199 (78.12% from 255 or 50% from 398); Max value from RGB is 199 - color contains mainly: blue. Hex color #A522C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A522C7 is #5ADD38. Grayscale: #5B5B5B. Windows color (decimal): -5954873 or 13050533. OLE color: 13050533.

HSL color Cylindrical-coordinate representation of color #A522C7: hue angle of 287.64º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A522C7 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 34 199 -
CMYK 0.17 0.83 0 0.22
HSL 287.64º 0.71% 0.46% -
HSV(B) 287.64º 0.83% 0.78% -
XYZ 26.4 13.27 55.2 -
YUV 91.98 188.4 180.08 -
System Red Green Blue C M Y K H S L
Decimal 165 34 199 0.17 0.83 0 0.22 287.64 0.71 0.46
Hex A5 22 C7 11 53 0 16 120 47 2E
Octal 245 42 307 21 123 0 26 440 107 56
Binary 10100101 100010 11000111 10001 1010011 0 10110 100100000 1000111 101110

Color Harmonies of #A522C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A522C7

Black with #A522C7

Text Example


Text Example

White with #A522C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A522C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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