Html Css Color HEX #A32FDC Dark Orchid

📋 copy color: '#A32FDC'

red 163 ◦ green 47 ◦ blue 220

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

Shades of Dark Orchid #A32FDC

Tints of Dark Orchid #A32FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.16%

R = 37.91%
G = 10.93%
B = 51.16%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A32FDC (or 0xA32FDC) is known color: Dark Orchid. HEX triplet: A3, 2F and DC. RGB value is (163,47,220). Sum of RGB (Red+Green+Blue) = 163+47+220=430 (56% of max value = 765). Red value is 163 (64.06% from 255 or 37.91% from 430); Green value is 47 (18.75% from 255 or 10.93% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #A32FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FDC is #5CD023. Grayscale: #646464. Windows color (decimal): -6082596 or 14430115. OLE color: 14430115.

HSL color Cylindrical-coordinate representation of color #A32FDC: hue angle of 280.23º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32FDC is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 47 220 -
CMYK 0.26 0.79 0 0.14
HSL 280.23º 0.71% 0.52% -
HSV(B) 280.23º 0.79% 0.86% -
XYZ 29.04 14.99 69.07 -
YUV 101.41 194.93 171.93 -
System Red Green Blue C M Y K H S L
Decimal 163 47 220 0.26 0.79 0 0.14 280.23 0.71 0.52
Hex A3 2F DC 1A 4F 0 E 118 47 34
Octal 243 57 334 32 117 0 16 430 107 64
Binary 10100011 101111 11011100 11010 1001111 0 1110 100011000 1000111 110100

Color Harmonies of #A32FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32FDC

Black with #A32FDC

Text Example


Text Example

White with #A32FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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