Html Css Color HEX #A332CD Dark Orchid

📋 copy color: '#A332CD'

red 163 ◦ green 50 ◦ blue 205

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

Shades of Dark Orchid #A332CD

Tints of Dark Orchid #A332CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 39%
G = 11.96%
B = 49.04%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A332CD (or 0xA332CD) is known color: Dark Orchid. HEX triplet: A3, 32 and CD. RGB value is (163,50,205). Sum of RGB (Red+Green+Blue) = 163+50+205=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #A332CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A332CD is #5CCD32. Grayscale: #646464. Windows color (decimal): -6081843 or 13447843. OLE color: 13447843.

HSL color Cylindrical-coordinate representation of color #A332CD: hue angle of 283.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A332CD is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 50 205 -
CMYK 0.20 0.76 0 0.20
HSL 283.74º 0.61% 0.5% -
HSV(B) 283.74º 0.76% 0.8% -
XYZ 27.26 14.48 59.11 -
YUV 101.46 186.44 171.9 -
System Red Green Blue C M Y K H S L
Decimal 163 50 205 0.20 0.76 0 0.20 283.74 0.61 0.5
Hex A3 32 CD 14 4C 0 14 11C 3D 32
Octal 243 62 315 24 114 0 24 434 75 62
Binary 10100011 110010 11001101 10100 1001100 0 10100 100011100 111101 110010

Color Harmonies of #A332CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A332CD

Black with #A332CD

Text Example


Text Example

White with #A332CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A332CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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