Html Css Color HEX #A320CF Dark Orchid

📋 copy color: '#A320CF'

red 163 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #A320CF

Tints of Dark Orchid #A320CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 40.55%
G = 7.96%
B = 51.49%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A320CF (or 0xA320CF) is known color: Dark Orchid. HEX triplet: A3, 20 and CF. RGB value is (163,32,207). Sum of RGB (Red+Green+Blue) = 163+32+207=402 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.55% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #A320CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320CF is #5CDF30. Grayscale: #5A5A5A. Windows color (decimal): -6086449 or 13574307. OLE color: 13574307.

HSL color Cylindrical-coordinate representation of color #A320CF: hue angle of 284.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A320CF is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 32 207 -
CMYK 0.21 0.85 0 0.19
HSL 284.91º 0.73% 0.47% -
HSV(B) 284.91º 0.85% 0.81% -
XYZ 26.88 13.32 60.19 -
YUV 91.12 193.4 179.27 -
System Red Green Blue C M Y K H S L
Decimal 163 32 207 0.21 0.85 0 0.19 284.91 0.73 0.47
Hex A3 20 CF 15 55 0 13 11D 49 2F
Octal 243 40 317 25 125 0 23 435 111 57
Binary 10100011 100000 11001111 10101 1010101 0 10011 100011101 1001001 101111

Color Harmonies of #A320CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A320CF

Black with #A320CF

Text Example


Text Example

White with #A320CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A320CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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