Html Css Color HEX #A241C6 Dark Orchid

📋 copy color: '#A241C6'

red 162 ◦ green 65 ◦ blue 198

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

Shades of Dark Orchid #A241C6

Tints of Dark Orchid #A241C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.59%

R = 38.12%
G = 15.29%
B = 46.59%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A241C6 (or 0xA241C6) is known color: Dark Orchid. HEX triplet: A2, 41 and C6. RGB value is (162,65,198). Sum of RGB (Red+Green+Blue) = 162+65+198=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 65 (25.78% from 255 or 15.29% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #A241C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241C6 is #5DBE39. Grayscale: #6C6C6C. Windows color (decimal): -6143546 or 12992930. OLE color: 12992930.

HSL color Cylindrical-coordinate representation of color #A241C6: hue angle of 283.76º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A241C6 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 65 198 -
CMYK 0.18 0.67 0 0.22
HSL 283.76º 0.54% 0.52% -
HSV(B) 283.76º 0.67% 0.78% -
XYZ 26.98 15.54 55 -
YUV 109.17 178.14 165.69 -
System Red Green Blue C M Y K H S L
Decimal 162 65 198 0.18 0.67 0 0.22 283.76 0.54 0.52
Hex A2 41 C6 12 43 0 16 11C 36 34
Octal 242 101 306 22 103 0 26 434 66 64
Binary 10100010 1000001 11000110 10010 1000011 0 10110 100011100 110110 110100

Color Harmonies of #A241C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A241C6

Black with #A241C6

Text Example


Text Example

White with #A241C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A241C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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