Html Css Color HEX #A239DC Dark Orchid

📋 copy color: '#A239DC'

red 162 ◦ green 57 ◦ blue 220

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

Shades of Dark Orchid #A239DC

Tints of Dark Orchid #A239DC

RGB

 RED value IS 162 (63.67% from 255) = 36.9%

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

 BLUE value IS 220 (86.33% from 255) = 50.11%

R = 36.9%
G = 12.98%
B = 50.11%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A239DC (or 0xA239DC) is known color: Dark Orchid. HEX triplet: A2, 39 and DC. RGB value is (162,57,220). Sum of RGB (Red+Green+Blue) = 162+57+220=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #A239DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239DC is #5DC623. Grayscale: #6A6A6A. Windows color (decimal): -6145572 or 14432674. OLE color: 14432674.

HSL color Cylindrical-coordinate representation of color #A239DC: hue angle of 278.65º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A239DC is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 57 220 -
CMYK 0.26 0.74 0 0.14
HSL 278.65º 0.7% 0.54% -
HSV(B) 278.65º 0.74% 0.86% -
XYZ 29.28 15.77 69.21 -
YUV 106.98 191.79 167.25 -
System Red Green Blue C M Y K H S L
Decimal 162 57 220 0.26 0.74 0 0.14 278.65 0.7 0.54
Hex A2 39 DC 1A 4A 0 E 117 46 36
Octal 242 71 334 32 112 0 16 427 106 66
Binary 10100010 111001 11011100 11010 1001010 0 1110 100010111 1000110 110110

Color Harmonies of #A239DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A239DC

Black with #A239DC

Text Example


Text Example

White with #A239DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A239DC; }

 p { color: rgb(162,57,220); }

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

background-color css

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

 a { background-color: rgb(162,57,220); }

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

border-color css

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

 span { border-color: rgb(162,57,220); }

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