Html Css Color HEX #A339AF Dark Orchid

📋 copy color: '#A339AF'

red 163 ◦ green 57 ◦ blue 175

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

Shades of Dark Orchid #A339AF

Tints of Dark Orchid #A339AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.3%

R = 41.27%
G = 14.43%
B = 44.3%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A339AF (or 0xA339AF) is known color: Dark Orchid. HEX triplet: A3, 39 and AF. RGB value is (163,57,175). Sum of RGB (Red+Green+Blue) = 163+57+175=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #A339AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A339AF is #5CC650. Grayscale: #656565. Windows color (decimal): -6080081 or 11483555. OLE color: 11483555.

HSL color Cylindrical-coordinate representation of color #A339AF: hue angle of 293.9º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A339AF is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 57 175 -
CMYK 0.07 0.67 0 0.31
HSL 293.9º 0.51% 0.45% -
HSV(B) 293.9º 0.67% 0.69% -
XYZ 24.31 13.81 41.94 -
YUV 102.15 169.12 171.41 -
System Red Green Blue C M Y K H S L
Decimal 163 57 175 0.07 0.67 0 0.31 293.9 0.51 0.45
Hex A3 39 AF 7 43 0 1F 126 33 2D
Octal 243 71 257 7 103 0 37 446 63 55
Binary 10100011 111001 10101111 111 1000011 0 11111 100100110 110011 101101

Color Harmonies of #A339AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A339AF

Black with #A339AF

Text Example


Text Example

White with #A339AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A339AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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