Html Css Color HEX #A320C9 Dark Orchid

📋 copy color: '#A320C9'

red 163 ◦ green 32 ◦ blue 201

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

Shades of Dark Orchid #A320C9

Tints of Dark Orchid #A320C9

RGB

 RED value IS 163 (64.06% from 255) = 41.16%

 GREEN value IS 32 (12.89% from 255) = 8.08%

 BLUE value IS 201 (78.91% from 255) = 50.76%

R = 41.16%
G = 8.08%
B = 50.76%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A320C9 (or 0xA320C9) is known color: Dark Orchid. HEX triplet: A3, 20 and C9. RGB value is (163,32,201). Sum of RGB (Red+Green+Blue) = 163+32+201=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 32 (12.89% from 255 or 8.08% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #A320C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320C9 is #5CDF36. Grayscale: #595959. Windows color (decimal): -6086455 or 13181091. OLE color: 13181091.

HSL color Cylindrical-coordinate representation of color #A320C9: hue angle of 286.51º degrees, saturation: 0.73, 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 #A320C9 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 32 201 -
CMYK 0.19 0.84 0 0.21
HSL 286.51º 0.73% 0.46% -
HSV(B) 286.51º 0.84% 0.79% -
XYZ 26.16 13.04 56.4 -
YUV 90.44 190.4 179.76 -
System Red Green Blue C M Y K H S L
Decimal 163 32 201 0.19 0.84 0 0.21 286.51 0.73 0.46
Hex A3 20 C9 13 54 0 15 11F 49 2E
Octal 243 40 311 23 124 0 25 437 111 56
Binary 10100011 100000 11001001 10011 1010100 0 10101 100011111 1001001 101110

Color Harmonies of #A320C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A320C9

Black with #A320C9

Text Example


Text Example

White with #A320C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A320C9; }

 p { color: rgb(163,32,201); }

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

background-color css

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

 a { background-color: rgb(163,32,201); }

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

border-color css

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

 span { border-color: rgb(163,32,201); }

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