Html Css Color HEX #A32FCC Dark Orchid

📋 copy color: '#A32FCC'

red 163 ◦ green 47 ◦ blue 204

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

Shades of Dark Orchid #A32FCC

Tints of Dark Orchid #A32FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.35%

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 39.37%
G = 11.35%
B = 49.28%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A32FCC (or 0xA32FCC) is known color: Dark Orchid. HEX triplet: A3, 2F and CC. RGB value is (163,47,204). Sum of RGB (Red+Green+Blue) = 163+47+204=414 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.37% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #A32FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FCC is #5CD033. Grayscale: #636363. Windows color (decimal): -6082612 or 13381539. OLE color: 13381539.

HSL color Cylindrical-coordinate representation of color #A32FCC: hue angle of 284.33º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32FCC is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 163 47 204 -
CMYK 0.20 0.77 0 0.2
HSL 284.33º 0.63% 0.49% -
HSV(B) 284.33º 0.77% 0.8% -
XYZ 27.02 14.18 58.44 -
YUV 99.58 186.93 173.23 -
System Red Green Blue C M Y K H S L
Decimal 163 47 204 0.20 0.77 0 0.2 284.33 0.63 0.49
Hex A3 2F CC 14 4D 0 14 11C 3F 31
Octal 243 57 314 24 115 0 24 434 77 61
Binary 10100011 101111 11001100 10100 1001101 0 10100 100011100 111111 110001

Color Harmonies of #A32FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32FCC

Black with #A32FCC

Text Example


Text Example

White with #A32FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32FCC; }

 p { color: rgb(163,47,204); }

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

background-color css

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

 a { background-color: rgb(163,47,204); }

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

border-color css

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

 span { border-color: rgb(163,47,204); }

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