Html Css Color HEX #A332DF Dark Orchid

📋 copy color: '#A332DF'

red 163 ◦ green 50 ◦ blue 223

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

Shades of Dark Orchid #A332DF

Tints of Dark Orchid #A332DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.15%

R = 37.39%
G = 11.47%
B = 51.15%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A332DF (or 0xA332DF) is known color: Dark Orchid. HEX triplet: A3, 32 and DF. RGB value is (163,50,223). Sum of RGB (Red+Green+Blue) = 163+50+223=436 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.39% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #A332DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A332DF is #5CCD20. Grayscale: #666666. Windows color (decimal): -6081825 or 14627491. OLE color: 14627491.

HSL color Cylindrical-coordinate representation of color #A332DF: hue angle of 279.19º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A332DF is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 50 223 -
CMYK 0.27 0.78 0 0.13
HSL 279.19º 0.73% 0.54% -
HSV(B) 279.19º 0.78% 0.87% -
XYZ 29.56 15.4 71.23 -
YUV 103.51 195.44 170.43 -
System Red Green Blue C M Y K H S L
Decimal 163 50 223 0.27 0.78 0 0.13 279.19 0.73 0.54
Hex A3 32 DF 1B 4E 0 D 117 49 36
Octal 243 62 337 33 116 0 15 427 111 66
Binary 10100011 110010 11011111 11011 1001110 0 1101 100010111 1001001 110110

Color Harmonies of #A332DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A332DF

Black with #A332DF

Text Example


Text Example

White with #A332DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A332DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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