Html Css Color HEX #A639E4 Dark Orchid

📋 copy color: '#A639E4'

red 166 ◦ green 57 ◦ blue 228

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

Shades of Dark Orchid #A639E4

Tints of Dark Orchid #A639E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 50.55%

R = 36.81%
G = 12.64%
B = 50.55%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A639E4 (or 0xA639E4) is known color: Dark Orchid. HEX triplet: A6, 39 and E4. RGB value is (166,57,228). Sum of RGB (Red+Green+Blue) = 166+57+228=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 228 (89.45% from 255 or 50.55% from 451); Max value from RGB is 228 - color contains mainly: blue. Hex color #A639E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639E4 is #59C61B. Grayscale: #6C6C6C. Windows color (decimal): -5883420 or 14956966. OLE color: 14956966.

HSL color Cylindrical-coordinate representation of color #A639E4: hue angle of 278.25º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A639E4 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 57 228 -
CMYK 0.27 0.75 0 0.11
HSL 278.25º 0.76% 0.56% -
HSV(B) 278.25º 0.75% 0.89% -
XYZ 31.19 16.63 74.97 -
YUV 109.09 195.11 168.6 -
System Red Green Blue C M Y K H S L
Decimal 166 57 228 0.27 0.75 0 0.11 278.25 0.76 0.56
Hex A6 39 E4 1B 4B 0 B 116 4C 38
Octal 246 71 344 33 113 0 13 426 114 70
Binary 10100110 111001 11100100 11011 1001011 0 1011 100010110 1001100 111000

Color Harmonies of #A639E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A639E4

Black with #A639E4

Text Example


Text Example

White with #A639E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A639E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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