Html Css Color HEX #A521CA Dark Orchid

📋 copy color: '#A521CA'

red 165 ◦ green 33 ◦ blue 202

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

Shades of Dark Orchid #A521CA

Tints of Dark Orchid #A521CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 41.25%
G = 8.25%
B = 50.5%

CMYK

 C value IS 0.18

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A521CA (or 0xA521CA) is known color: Dark Orchid. HEX triplet: A5, 21 and CA. RGB value is (165,33,202). Sum of RGB (Red+Green+Blue) = 165+33+202=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #A521CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A521CA is #5ADE35. Grayscale: #5B5B5B. Windows color (decimal): -5955126 or 13246885. OLE color: 13246885.

HSL color Cylindrical-coordinate representation of color #A521CA: hue angle of 286.86º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A521CA is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 33 202 -
CMYK 0.18 0.84 0 0.21
HSL 286.86º 0.72% 0.46% -
HSV(B) 286.86º 0.84% 0.79% -
XYZ 26.72 13.35 57.05 -
YUV 91.73 190.23 180.26 -
System Red Green Blue C M Y K H S L
Decimal 165 33 202 0.18 0.84 0 0.21 286.86 0.72 0.46
Hex A5 21 CA 12 54 0 15 11F 48 2E
Octal 245 41 312 22 124 0 25 437 110 56
Binary 10100101 100001 11001010 10010 1010100 0 10101 100011111 1001000 101110

Color Harmonies of #A521CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A521CA

Black with #A521CA

Text Example


Text Example

White with #A521CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A521CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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