Html Css Color HEX #A339CF Dark Orchid

📋 copy color: '#A339CF'

red 163 ◦ green 57 ◦ blue 207

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

Shades of Dark Orchid #A339CF

Tints of Dark Orchid #A339CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 38.17%
G = 13.35%
B = 48.48%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A339CF (or 0xA339CF) is known color: Dark Orchid. HEX triplet: A3, 39 and CF. RGB value is (163,57,207). Sum of RGB (Red+Green+Blue) = 163+57+207=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #A339CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A339CF is #5CC630. Grayscale: #696969. Windows color (decimal): -6080049 or 13580707. OLE color: 13580707.

HSL color Cylindrical-coordinate representation of color #A339CF: hue angle of 282.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A339CF is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 163 57 207 -
CMYK 0.21 0.72 0 0.19
HSL 282.4º 0.61% 0.52% -
HSV(B) 282.4º 0.72% 0.81% -
XYZ 27.83 15.22 60.5 -
YUV 105.79 185.12 168.8 -
System Red Green Blue C M Y K H S L
Decimal 163 57 207 0.21 0.72 0 0.19 282.4 0.61 0.52
Hex A3 39 CF 15 48 0 13 11A 3D 34
Octal 243 71 317 25 110 0 23 432 75 64
Binary 10100011 111001 11001111 10101 1001000 0 10011 100011010 111101 110100

Color Harmonies of #A339CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A339CF

Black with #A339CF

Text Example


Text Example

White with #A339CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A339CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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