Html Css Color HEX #A239D5 Dark Orchid

📋 copy color: '#A239D5'

red 162 ◦ green 57 ◦ blue 213

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

Shades of Dark Orchid #A239D5

Tints of Dark Orchid #A239D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.31%

R = 37.5%
G = 13.19%
B = 49.31%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A239D5 (or 0xA239D5) is known color: Dark Orchid. HEX triplet: A2, 39 and D5. RGB value is (162,57,213). Sum of RGB (Red+Green+Blue) = 162+57+213=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #A239D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239D5 is #5DC62A. Grayscale: #696969. Windows color (decimal): -6145579 or 13973922. OLE color: 13973922.

HSL color Cylindrical-coordinate representation of color #A239D5: hue angle of 280.38º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A239D5 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 57 213 -
CMYK 0.24 0.73 0 0.16
HSL 280.38º 0.65% 0.53% -
HSV(B) 280.38º 0.73% 0.84% -
XYZ 28.37 15.41 64.43 -
YUV 106.18 188.29 167.82 -
System Red Green Blue C M Y K H S L
Decimal 162 57 213 0.24 0.73 0 0.16 280.38 0.65 0.53
Hex A2 39 D5 18 49 0 10 118 41 35
Octal 242 71 325 30 111 0 20 430 101 65
Binary 10100010 111001 11010101 11000 1001001 0 10000 100011000 1000001 110101

Color Harmonies of #A239D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A239D5

Black with #A239D5

Text Example


Text Example

White with #A239D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A239D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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