Html Css Color HEX #A742C7 Dark Orchid

📋 copy color: '#A742C7'

red 167 ◦ green 66 ◦ blue 199

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

Shades of Dark Orchid #A742C7

Tints of Dark Orchid #A742C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 46.06%

R = 38.66%
G = 15.28%
B = 46.06%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A742C7 (or 0xA742C7) is known color: Dark Orchid. HEX triplet: A7, 42 and C7. RGB value is (167,66,199). Sum of RGB (Red+Green+Blue) = 167+66+199=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 199 - color contains mainly: blue. Hex color #A742C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742C7 is #58BD38. Grayscale: #6E6E6E. Windows color (decimal): -5815609 or 13058727. OLE color: 13058727.

HSL color Cylindrical-coordinate representation of color #A742C7: hue angle of 285.56º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A742C7 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 167 66 199 -
CMYK 0.16 0.67 0 0.22
HSL 285.56º 0.54% 0.52% -
HSV(B) 285.56º 0.67% 0.78% -
XYZ 28.19 16.24 55.68 -
YUV 111.36 177.46 167.69 -
System Red Green Blue C M Y K H S L
Decimal 167 66 199 0.16 0.67 0 0.22 285.56 0.54 0.52
Hex A7 42 C7 10 43 0 16 11E 36 34
Octal 247 102 307 20 103 0 26 436 66 64
Binary 10100111 1000010 11000111 10000 1000011 0 10110 100011110 110110 110100

Color Harmonies of #A742C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A742C7

Black with #A742C7

Text Example


Text Example

White with #A742C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A742C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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