Html Css Color HEX #A332DC Dark Orchid

📋 copy color: '#A332DC'

red 163 ◦ green 50 ◦ blue 220

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

Shades of Dark Orchid #A332DC

Tints of Dark Orchid #A332DC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.55%

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

R = 37.64%
G = 11.55%
B = 50.81%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A332DC (or 0xA332DC) is known color: Dark Orchid. HEX triplet: A3, 32 and DC. RGB value is (163,50,220). Sum of RGB (Red+Green+Blue) = 163+50+220=433 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.64% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #A332DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A332DC is #5CCD23. Grayscale: #666666. Windows color (decimal): -6081828 or 14430883. OLE color: 14430883.

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

Color convert

RGB 163 50 220 -
CMYK 0.26 0.77 0 0.14
HSL 279.88º 0.71% 0.53% -
HSV(B) 279.88º 0.77% 0.86% -
XYZ 29.16 15.24 69.11 -
YUV 103.17 193.94 170.68 -
System Red Green Blue C M Y K H S L
Decimal 163 50 220 0.26 0.77 0 0.14 279.88 0.71 0.53
Hex A3 32 DC 1A 4D 0 E 118 47 35
Octal 243 62 334 32 115 0 16 430 107 65
Binary 10100011 110010 11011100 11010 1001101 0 1110 100011000 1000111 110101

Color Harmonies of #A332DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A332DC

Black with #A332DC

Text Example


Text Example

White with #A332DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A332DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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