Html Css Color HEX #A239DA Dark Orchid

📋 copy color: '#A239DA'

red 162 ◦ green 57 ◦ blue 218

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

Shades of Dark Orchid #A239DA

Tints of Dark Orchid #A239DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.89%

R = 37.07%
G = 13.04%
B = 49.89%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A239DA (or 0xA239DA) is known color: Dark Orchid. HEX triplet: A2, 39 and DA. RGB value is (162,57,218). Sum of RGB (Red+Green+Blue) = 162+57+218=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #A239DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239DA is #5DC625. Grayscale: #6A6A6A. Windows color (decimal): -6145574 or 14301602. OLE color: 14301602.

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

Color convert

RGB 162 57 218 -
CMYK 0.26 0.74 0 0.15
HSL 279.13º 0.69% 0.54% -
HSV(B) 279.13º 0.74% 0.85% -
XYZ 29.02 15.67 67.82 -
YUV 106.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 162 57 218 0.26 0.74 0 0.15 279.13 0.69 0.54
Hex A2 39 DA 1A 4A 0 F 117 45 36
Octal 242 71 332 32 112 0 17 427 105 66
Binary 10100010 111001 11011010 11010 1001010 0 1111 100010111 1000101 110110

Color Harmonies of #A239DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A239DA

Black with #A239DA

Text Example


Text Example

White with #A239DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A239DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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