Html Css Color HEX #A839AF Dark Orchid

📋 copy color: '#A839AF'

red 168 ◦ green 57 ◦ blue 175

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

Shades of Dark Orchid #A839AF

Tints of Dark Orchid #A839AF

RGB

 RED value IS 168 (66.02% from 255) = 42%

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

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

R = 42%
G = 14.25%
B = 43.75%

CMYK

 C value IS 0.04

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A839AF (or 0xA839AF) is known color: Dark Orchid. HEX triplet: A8, 39 and AF. RGB value is (168,57,175). Sum of RGB (Red+Green+Blue) = 168+57+175=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #A839AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A839AF is #57C650. Grayscale: #676767. Windows color (decimal): -5752401 or 11483560. OLE color: 11483560.

HSL color Cylindrical-coordinate representation of color #A839AF: hue angle of 296.44º 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 #A839AF is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 57 175 -
CMYK 0.04 0.67 0 0.31
HSL 296.44º 0.51% 0.45% -
HSV(B) 296.44º 0.67% 0.69% -
XYZ 25.35 14.35 41.99 -
YUV 103.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 168 57 175 0.04 0.67 0 0.31 296.44 0.51 0.45
Hex A8 39 AF 4 43 0 1F 128 33 2D
Octal 250 71 257 4 103 0 37 450 63 55
Binary 10101000 111001 10101111 100 1000011 0 11111 100101000 110011 101101

Color Harmonies of #A839AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A839AF

Black with #A839AF

Text Example


Text Example

White with #A839AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A839AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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