Html Css Color HEX #A32FDD Dark Orchid

📋 copy color: '#A32FDD'

red 163 ◦ green 47 ◦ blue 221

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

Shades of Dark Orchid #A32FDD

Tints of Dark Orchid #A32FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 37.82%
G = 10.9%
B = 51.28%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A32FDD (or 0xA32FDD) is known color: Dark Orchid. HEX triplet: A3, 2F and DD. RGB value is (163,47,221). Sum of RGB (Red+Green+Blue) = 163+47+221=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #A32FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32FDD is #5CD022. Grayscale: #646464. Windows color (decimal): -6082595 or 14495651. OLE color: 14495651.

HSL color Cylindrical-coordinate representation of color #A32FDD: hue angle of 280º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A32FDD is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 47 221 -
CMYK 0.26 0.79 0 0.13
HSL 280º 0.72% 0.53% -
HSV(B) 280º 0.79% 0.87% -
XYZ 29.17 15.04 69.77 -
YUV 101.52 195.43 171.85 -
System Red Green Blue C M Y K H S L
Decimal 163 47 221 0.26 0.79 0 0.13 280 0.72 0.53
Hex A3 2F DD 1A 4F 0 D 118 48 35
Octal 243 57 335 32 117 0 15 430 110 65
Binary 10100011 101111 11011101 11010 1001111 0 1101 100011000 1001000 110101

Color Harmonies of #A32FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32FDD

Black with #A32FDD

Text Example


Text Example

White with #A32FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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