Html Css Color HEX #A242DB Dark Orchid

📋 copy color: '#A242DB'

red 162 ◦ green 66 ◦ blue 219

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

Shades of Dark Orchid #A242DB

Tints of Dark Orchid #A242DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.77%

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

R = 36.24%
G = 14.77%
B = 48.99%

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

#A242DB (or 0xA242DB) is known color: Dark Orchid. HEX triplet: A2, 42 and DB. RGB value is (162,66,219). Sum of RGB (Red+Green+Blue) = 162+66+219=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #A242DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A242DB is #5DBD24. Grayscale: #6F6F6F. Windows color (decimal): -6143269 or 14369442. OLE color: 14369442.

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

Color convert

RGB 162 66 219 -
CMYK 0.26 0.70 0 0.14
HSL 277.65º 0.68% 0.56% -
HSV(B) 277.65º 0.7% 0.86% -
XYZ 29.63 16.69 68.68 -
YUV 112.15 188.3 163.56 -
System Red Green Blue C M Y K H S L
Decimal 162 66 219 0.26 0.70 0 0.14 277.65 0.68 0.56
Hex A2 42 DB 1A 46 0 E 116 44 38
Octal 242 102 333 32 106 0 16 426 104 70
Binary 10100010 1000010 11011011 11010 1000110 0 1110 100010110 1000100 111000

Color Harmonies of #A242DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A242DB

Black with #A242DB

Text Example


Text Example

White with #A242DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A242DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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