Html Css Color HEX #A742DF Dark Orchid

📋 copy color: '#A742DF'

red 167 ◦ green 66 ◦ blue 223

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

Shades of Dark Orchid #A742DF

Tints of Dark Orchid #A742DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 36.62%
G = 14.47%
B = 48.9%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A742DF (or 0xA742DF) is known color: Dark Orchid. HEX triplet: A7, 42 and DF. RGB value is (167,66,223). Sum of RGB (Red+Green+Blue) = 167+66+223=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #A742DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742DF is #58BD20. Grayscale: #717171. Windows color (decimal): -5815585 or 14631591. OLE color: 14631591.

HSL color Cylindrical-coordinate representation of color #A742DF: hue angle of 278.6º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A742DF is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 66 223 -
CMYK 0.25 0.70 0 0.13
HSL 278.6º 0.71% 0.57% -
HSV(B) 278.6º 0.7% 0.87% -
XYZ 31.2 17.44 71.53 -
YUV 114.1 189.46 165.73 -
System Red Green Blue C M Y K H S L
Decimal 167 66 223 0.25 0.70 0 0.13 278.6 0.71 0.57
Hex A7 42 DF 19 46 0 D 117 47 39
Octal 247 102 337 31 106 0 15 427 107 71
Binary 10100111 1000010 11011111 11001 1000110 0 1101 100010111 1000111 111001

Color Harmonies of #A742DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A742DF

Black with #A742DF

Text Example


Text Example

White with #A742DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A742DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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