Html Css Color HEX #A339DF Dark Orchid

📋 copy color: '#A339DF'

red 163 ◦ green 57 ◦ blue 223

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

Shades of Dark Orchid #A339DF

Tints of Dark Orchid #A339DF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.87%

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

R = 36.79%
G = 12.87%
B = 50.34%

CMYK

 C value IS 0.27

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A339DF (or 0xA339DF) is known color: Dark Orchid. HEX triplet: A3, 39 and DF. RGB value is (163,57,223). Sum of RGB (Red+Green+Blue) = 163+57+223=443 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.79% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #A339DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A339DF is #5CC620. Grayscale: #6B6B6B. Windows color (decimal): -6080033 or 14629283. OLE color: 14629283.

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

Color convert

RGB 163 57 223 -
CMYK 0.27 0.74 0 0.13
HSL 278.31º 0.72% 0.55% -
HSV(B) 278.31º 0.74% 0.87% -
XYZ 29.89 16.04 71.33 -
YUV 107.62 193.12 167.5 -
System Red Green Blue C M Y K H S L
Decimal 163 57 223 0.27 0.74 0 0.13 278.31 0.72 0.55
Hex A3 39 DF 1B 4A 0 D 116 48 37
Octal 243 71 337 33 112 0 15 426 110 67
Binary 10100011 111001 11011111 11011 1001010 0 1101 100010110 1001000 110111

Color Harmonies of #A339DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A339DF

Black with #A339DF

Text Example


Text Example

White with #A339DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A339DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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