Html Css Color HEX #A241D0 Dark Orchid

📋 copy color: '#A241D0'

red 162 ◦ green 65 ◦ blue 208

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

Shades of Dark Orchid #A241D0

Tints of Dark Orchid #A241D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.82%

R = 37.24%
G = 14.94%
B = 47.82%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A241D0 (or 0xA241D0) is known color: Dark Orchid. HEX triplet: A2, 41 and D0. RGB value is (162,65,208). Sum of RGB (Red+Green+Blue) = 162+65+208=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 65 (25.78% from 255 or 14.94% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #A241D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241D0 is #5DBE2F. Grayscale: #6D6D6D. Windows color (decimal): -6143536 or 13648290. OLE color: 13648290.

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

Color convert

RGB 162 65 208 -
CMYK 0.22 0.69 0 0.18
HSL 280.7º 0.6% 0.54% -
HSV(B) 280.7º 0.69% 0.82% -
XYZ 28.18 16.02 61.28 -
YUV 110.31 183.14 164.87 -
System Red Green Blue C M Y K H S L
Decimal 162 65 208 0.22 0.69 0 0.18 280.7 0.6 0.54
Hex A2 41 D0 16 45 0 12 119 3C 36
Octal 242 101 320 26 105 0 22 431 74 66
Binary 10100010 1000001 11010000 10110 1000101 0 10010 100011001 111100 110110

Color Harmonies of #A241D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A241D0

Black with #A241D0

Text Example


Text Example

White with #A241D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A241D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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