Html Css Color HEX #A239BF Dark Orchid

📋 copy color: '#A239BF'

red 162 ◦ green 57 ◦ blue 191

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

Shades of Dark Orchid #A239BF

Tints of Dark Orchid #A239BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.59%

R = 39.51%
G = 13.9%
B = 46.59%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A239BF (or 0xA239BF) is known color: Dark Orchid. HEX triplet: A2, 39 and BF. RGB value is (162,57,191). Sum of RGB (Red+Green+Blue) = 162+57+191=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 57 (22.66% from 255 or 13.90% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #A239BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239BF is #5DC640. Grayscale: #676767. Windows color (decimal): -6145601 or 12532130. OLE color: 12532130.

HSL color Cylindrical-coordinate representation of color #A239BF: hue angle of 287.01º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A239BF is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 57 191 -
CMYK 0.15 0.70 0 0.25
HSL 287.01º 0.54% 0.49% -
HSV(B) 287.01º 0.7% 0.75% -
XYZ 25.77 14.37 50.71 -
YUV 103.67 177.29 169.6 -
System Red Green Blue C M Y K H S L
Decimal 162 57 191 0.15 0.70 0 0.25 287.01 0.54 0.49
Hex A2 39 BF F 46 0 19 11F 36 31
Octal 242 71 277 17 106 0 31 437 66 61
Binary 10100010 111001 10111111 1111 1000110 0 11001 100011111 110110 110001

Color Harmonies of #A239BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A239BF

Black with #A239BF

Text Example


Text Example

White with #A239BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A239BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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