Html Css Color HEX #A239BA Dark Orchid

📋 copy color: '#A239BA'

red 162 ◦ green 57 ◦ blue 186

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

Shades of Dark Orchid #A239BA

Tints of Dark Orchid #A239BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 40%
G = 14.07%
B = 45.93%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A239BA (or 0xA239BA) is known color: Dark Orchid. HEX triplet: A2, 39 and BA. RGB value is (162,57,186). Sum of RGB (Red+Green+Blue) = 162+57+186=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 57 (22.66% from 255 or 14.07% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #A239BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239BA is #5DC645. Grayscale: #666666. Windows color (decimal): -6145606 or 12204450. OLE color: 12204450.

HSL color Cylindrical-coordinate representation of color #A239BA: hue angle of 288.84º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A239BA is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 57 186 -
CMYK 0.13 0.69 0 0.27
HSL 288.84º 0.53% 0.48% -
HSV(B) 288.84º 0.69% 0.73% -
XYZ 25.23 14.15 47.86 -
YUV 103.1 174.79 170.01 -
System Red Green Blue C M Y K H S L
Decimal 162 57 186 0.13 0.69 0 0.27 288.84 0.53 0.48
Hex A2 39 BA D 45 0 1B 121 35 30
Octal 242 71 272 15 105 0 33 441 65 60
Binary 10100010 111001 10111010 1101 1000101 0 11011 100100001 110101 110000

Color Harmonies of #A239BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A239BA

Black with #A239BA

Text Example


Text Example

White with #A239BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A239BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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