Html Css Color HEX #A639AF Dark Orchid

📋 copy color: '#A639AF'

red 166 ◦ green 57 ◦ blue 175

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

Shades of Dark Orchid #A639AF

Tints of Dark Orchid #A639AF

RGB

 RED value IS 166 (65.23% from 255) = 41.71%

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

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

R = 41.71%
G = 14.32%
B = 43.97%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A639AF (or 0xA639AF) is known color: Dark Orchid. HEX triplet: A6, 39 and AF. RGB value is (166,57,175). Sum of RGB (Red+Green+Blue) = 166+57+175=398 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.71% from 398); Green value is 57 (22.66% from 255 or 14.32% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #A639AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A639AF is #59C650. Grayscale: #666666. Windows color (decimal): -5883473 or 11483558. OLE color: 11483558.

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

Color convert

RGB 166 57 175 -
CMYK 0.05 0.67 0 0.31
HSL 295.42º 0.51% 0.45% -
HSV(B) 295.42º 0.67% 0.69% -
XYZ 24.93 14.13 41.97 -
YUV 103.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 166 57 175 0.05 0.67 0 0.31 295.42 0.51 0.45
Hex A6 39 AF 5 43 0 1F 127 33 2D
Octal 246 71 257 5 103 0 37 447 63 55
Binary 10100110 111001 10101111 101 1000011 0 11111 100100111 110011 101101

Color Harmonies of #A639AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A639AF

Black with #A639AF

Text Example


Text Example

White with #A639AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A639AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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