Html Css Color HEX #A742DB Dark Orchid

📋 copy color: '#A742DB'

red 167 ◦ green 66 ◦ blue 219

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

Shades of Dark Orchid #A742DB

Tints of Dark Orchid #A742DB

RGB

 RED value IS 167 (65.63% from 255) = 36.95%

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

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

R = 36.95%
G = 14.6%
B = 48.45%

CMYK

 C value IS 0.24

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A742DB (or 0xA742DB) is known color: Dark Orchid. HEX triplet: A7, 42 and DB. RGB value is (167,66,219). Sum of RGB (Red+Green+Blue) = 167+66+219=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #A742DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742DB is #58BD24. Grayscale: #717171. Windows color (decimal): -5815589 or 14369447. OLE color: 14369447.

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

Color convert

RGB 167 66 219 -
CMYK 0.24 0.70 0 0.14
HSL 279.61º 0.68% 0.56% -
HSV(B) 279.61º 0.7% 0.86% -
XYZ 30.67 17.23 68.73 -
YUV 113.64 187.46 166.06 -
System Red Green Blue C M Y K H S L
Decimal 167 66 219 0.24 0.70 0 0.14 279.61 0.68 0.56
Hex A7 42 DB 18 46 0 E 118 44 38
Octal 247 102 333 30 106 0 16 430 104 70
Binary 10100111 1000010 11011011 11000 1000110 0 1110 100011000 1000100 111000

Color Harmonies of #A742DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A742DB

Black with #A742DB

Text Example


Text Example

White with #A742DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A742DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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