Html Css Color HEX #A521C6 Dark Orchid

📋 copy color: '#A521C6'

red 165 ◦ green 33 ◦ blue 198

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

Shades of Dark Orchid #A521C6

Tints of Dark Orchid #A521C6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.33%

 BLUE value IS 198 (77.73% from 255) = 50%

R = 41.67%
G = 8.33%
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

#A521C6 (or 0xA521C6) is known color: Dark Orchid. HEX triplet: A5, 21 and C6. RGB value is (165,33,198). Sum of RGB (Red+Green+Blue) = 165+33+198=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #A521C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A521C6 is #5ADE39. Grayscale: #5A5A5A. Windows color (decimal): -5955130 or 12984741. OLE color: 12984741.

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

Color convert

RGB 165 33 198 -
CMYK 0.17 0.83 0 0.22
HSL 288º 0.71% 0.45% -
HSV(B) 288º 0.83% 0.78% -
XYZ 26.25 13.16 54.58 -
YUV 91.28 188.23 180.58 -
System Red Green Blue C M Y K H S L
Decimal 165 33 198 0.17 0.83 0 0.22 288 0.71 0.45
Hex A5 21 C6 11 53 0 16 120 47 2D
Octal 245 41 306 21 123 0 26 440 107 55
Binary 10100101 100001 11000110 10001 1010011 0 10110 100100000 1000111 101101

Color Harmonies of #A521C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A521C6

Black with #A521C6

Text Example


Text Example

White with #A521C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A521C6; }

 p { color: rgb(165,33,198); }

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

background-color css

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

 a { background-color: rgb(165,33,198); }

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

border-color css

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

 span { border-color: rgb(165,33,198); }

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