Html Css Color HEX #A231DC Dark Orchid

📋 copy color: '#A231DC'

red 162 ◦ green 49 ◦ blue 220

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

Shades of Dark Orchid #A231DC

Tints of Dark Orchid #A231DC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.37%

 BLUE value IS 220 (86.33% from 255) = 51.04%

R = 37.59%
G = 11.37%
B = 51.04%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A231DC (or 0xA231DC) is known color: Dark Orchid. HEX triplet: A2, 31 and DC. RGB value is (162,49,220). Sum of RGB (Red+Green+Blue) = 162+49+220=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #A231DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A231DC is #5DCE23. Grayscale: #656565. Windows color (decimal): -6147620 or 14430626. OLE color: 14430626.

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

Color convert

RGB 162 49 220 -
CMYK 0.26 0.78 0 0.14
HSL 279.65º 0.71% 0.53% -
HSV(B) 279.65º 0.78% 0.86% -
XYZ 28.92 15.05 69.09 -
YUV 102.28 194.44 170.6 -
System Red Green Blue C M Y K H S L
Decimal 162 49 220 0.26 0.78 0 0.14 279.65 0.71 0.53
Hex A2 31 DC 1A 4E 0 E 118 47 35
Octal 242 61 334 32 116 0 16 430 107 65
Binary 10100010 110001 11011100 11010 1001110 0 1110 100011000 1000111 110101

Color Harmonies of #A231DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A231DC

Black with #A231DC

Text Example


Text Example

White with #A231DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A231DC; }

 p { color: rgb(162,49,220); }

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

background-color css

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

 a { background-color: rgb(162,49,220); }

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

border-color css

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

 span { border-color: rgb(162,49,220); }

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