Html Css Color HEX #A239DB Dark Orchid

📋 copy color: '#A239DB'

red 162 ◦ green 57 ◦ blue 219

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

Shades of Dark Orchid #A239DB

Tints of Dark Orchid #A239DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 36.99%
G = 13.01%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A239DB (or 0xA239DB) is known color: Dark Orchid. HEX triplet: A2, 39 and DB. RGB value is (162,57,219). Sum of RGB (Red+Green+Blue) = 162+57+219=438 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.99% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #A239DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239DB is #5DC624. Grayscale: #6A6A6A. Windows color (decimal): -6145573 or 14367138. OLE color: 14367138.

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

Color convert

RGB 162 57 219 -
CMYK 0.26 0.74 0 0.14
HSL 278.89º 0.69% 0.54% -
HSV(B) 278.89º 0.74% 0.86% -
XYZ 29.15 15.72 68.52 -
YUV 106.86 191.29 167.33 -
System Red Green Blue C M Y K H S L
Decimal 162 57 219 0.26 0.74 0 0.14 278.89 0.69 0.54
Hex A2 39 DB 1A 4A 0 E 117 45 36
Octal 242 71 333 32 112 0 16 427 105 66
Binary 10100010 111001 11011011 11010 1001010 0 1110 100010111 1000101 110110

Color Harmonies of #A239DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A239DB

Black with #A239DB

Text Example


Text Example

White with #A239DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A239DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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