Html Css Color HEX #A239B6 Dark Orchid

📋 copy color: '#A239B6'

red 162 ◦ green 57 ◦ blue 182

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

Shades of Dark Orchid #A239B6

Tints of Dark Orchid #A239B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.39%

R = 40.4%
G = 14.21%
B = 45.39%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A239B6 (or 0xA239B6) is known color: Dark Orchid. HEX triplet: A2, 39 and B6. RGB value is (162,57,182). Sum of RGB (Red+Green+Blue) = 162+57+182=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 182 (71.48% from 255 or 45.39% from 401); Max value from RGB is 182 - color contains mainly: blue. Hex color #A239B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239B6 is #5DC649. Grayscale: #666666. Windows color (decimal): -6145610 or 11942306. OLE color: 11942306.

HSL color Cylindrical-coordinate representation of color #A239B6: hue angle of 290.4º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A239B6 is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 57 182 -
CMYK 0.11 0.69 0 0.29
HSL 290.4º 0.52% 0.47% -
HSV(B) 290.4º 0.69% 0.71% -
XYZ 24.81 13.99 45.65 -
YUV 102.65 172.79 170.34 -
System Red Green Blue C M Y K H S L
Decimal 162 57 182 0.11 0.69 0 0.29 290.4 0.52 0.47
Hex A2 39 B6 B 45 0 1D 122 34 2F
Octal 242 71 266 13 105 0 35 442 64 57
Binary 10100010 111001 10110110 1011 1000101 0 11101 100100010 110100 101111

Color Harmonies of #A239B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A239B6

Black with #A239B6

Text Example


Text Example

White with #A239B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A239B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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