Html Css Color HEX #A241DB Dark Orchid

📋 copy color: '#A241DB'

red 162 ◦ green 65 ◦ blue 219

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

Shades of Dark Orchid #A241DB

Tints of Dark Orchid #A241DB

RGB

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

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

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

R = 36.32%
G = 14.57%
B = 49.1%

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

#A241DB (or 0xA241DB) is known color: Dark Orchid. HEX triplet: A2, 41 and DB. RGB value is (162,65,219). Sum of RGB (Red+Green+Blue) = 162+65+219=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #A241DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241DB is #5DBE24. Grayscale: #6F6F6F. Windows color (decimal): -6143525 or 14369186. OLE color: 14369186.

HSL color Cylindrical-coordinate representation of color #A241DB: hue angle of 277.79º degrees, saturation: 0.68, 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 #A241DB is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 65 219 -
CMYK 0.26 0.70 0 0.14
HSL 277.79º 0.68% 0.56% -
HSV(B) 277.79º 0.7% 0.86% -
XYZ 29.58 16.58 68.66 -
YUV 111.56 188.64 163.98 -
System Red Green Blue C M Y K H S L
Decimal 162 65 219 0.26 0.70 0 0.14 277.79 0.68 0.56
Hex A2 41 DB 1A 46 0 E 116 44 38
Octal 242 101 333 32 106 0 16 426 104 70
Binary 10100010 1000001 11011011 11010 1000110 0 1110 100010110 1000100 111000

Color Harmonies of #A241DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A241DB

Black with #A241DB

Text Example


Text Example

White with #A241DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A241DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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