Html Css Color HEX #A239BB Dark Orchid

📋 copy color: '#A239BB'

red 162 ◦ green 57 ◦ blue 187

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

Shades of Dark Orchid #A239BB

Tints of Dark Orchid #A239BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 39.9%
G = 14.04%
B = 46.06%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A239BB (or 0xA239BB) is known color: Dark Orchid. HEX triplet: A2, 39 and BB. RGB value is (162,57,187). Sum of RGB (Red+Green+Blue) = 162+57+187=406 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.90% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #A239BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239BB is #5DC644. Grayscale: #666666. Windows color (decimal): -6145605 or 12269986. OLE color: 12269986.

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

Color convert

RGB 162 57 187 -
CMYK 0.13 0.70 0 0.27
HSL 288.46º 0.53% 0.48% -
HSV(B) 288.46º 0.7% 0.73% -
XYZ 25.33 14.2 48.42 -
YUV 103.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 162 57 187 0.13 0.70 0 0.27 288.46 0.53 0.48
Hex A2 39 BB D 46 0 1B 120 35 30
Octal 242 71 273 15 106 0 33 440 65 60
Binary 10100010 111001 10111011 1101 1000110 0 11011 100100000 110101 110000

Color Harmonies of #A239BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A239BB

Black with #A239BB

Text Example


Text Example

White with #A239BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A239BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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