Html Css Color HEX #A241DC Dark Orchid

📋 copy color: '#A241DC'

red 162 ◦ green 65 ◦ blue 220

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

Shades of Dark Orchid #A241DC

Tints of Dark Orchid #A241DC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.54%

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

R = 36.24%
G = 14.54%
B = 49.22%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A241DC (or 0xA241DC) is known color: Dark Orchid. HEX triplet: A2, 41 and DC. RGB value is (162,65,220). Sum of RGB (Red+Green+Blue) = 162+65+220=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 65 (25.78% from 255 or 14.54% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #A241DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241DC is #5DBE23. Grayscale: #6F6F6F. Windows color (decimal): -6143524 or 14434722. OLE color: 14434722.

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

Color convert

RGB 162 65 220 -
CMYK 0.26 0.70 0 0.14
HSL 277.55º 0.69% 0.56% -
HSV(B) 277.55º 0.7% 0.86% -
XYZ 29.71 16.63 69.35 -
YUV 111.67 189.14 163.9 -
System Red Green Blue C M Y K H S L
Decimal 162 65 220 0.26 0.70 0 0.14 277.55 0.69 0.56
Hex A2 41 DC 1A 46 0 E 116 45 38
Octal 242 101 334 32 106 0 16 426 105 70
Binary 10100010 1000001 11011100 11010 1000110 0 1110 100010110 1000101 111000

Color Harmonies of #A241DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A241DC

Black with #A241DC

Text Example


Text Example

White with #A241DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A241DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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