Html Css Color HEX #A239CC Dark Orchid

📋 copy color: '#A239CC'

red 162 ◦ green 57 ◦ blue 204

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

Shades of Dark Orchid #A239CC

Tints of Dark Orchid #A239CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 38.3%
G = 13.48%
B = 48.23%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A239CC (or 0xA239CC) is known color: Dark Orchid. HEX triplet: A2, 39 and CC. RGB value is (162,57,204). Sum of RGB (Red+Green+Blue) = 162+57+204=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 57 (22.66% from 255 or 13.48% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #A239CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239CC is #5DC633. Grayscale: #686868. Windows color (decimal): -6145588 or 13384098. OLE color: 13384098.

HSL color Cylindrical-coordinate representation of color #A239CC: hue angle of 282.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A239CC is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 57 204 -
CMYK 0.21 0.72 0 0.2
HSL 282.86º 0.59% 0.51% -
HSV(B) 282.86º 0.72% 0.8% -
XYZ 27.26 14.97 58.58 -
YUV 105.15 183.79 168.55 -
System Red Green Blue C M Y K H S L
Decimal 162 57 204 0.21 0.72 0 0.2 282.86 0.59 0.51
Hex A2 39 CC 15 48 0 14 11B 3B 33
Octal 242 71 314 25 110 0 24 433 73 63
Binary 10100010 111001 11001100 10101 1001000 0 10100 100011011 111011 110011

Color Harmonies of #A239CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A239CC

Black with #A239CC

Text Example


Text Example

White with #A239CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A239CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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