Html Css Color HEX #A742CD Dark Orchid

📋 copy color: '#A742CD'

red 167 ◦ green 66 ◦ blue 205

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

Shades of Dark Orchid #A742CD

Tints of Dark Orchid #A742CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 38.13%
G = 15.07%
B = 46.8%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A742CD (or 0xA742CD) is known color: Dark Orchid. HEX triplet: A7, 42 and CD. RGB value is (167,66,205). Sum of RGB (Red+Green+Blue) = 167+66+205=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #A742CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742CD is #58BD32. Grayscale: #6F6F6F. Windows color (decimal): -5815603 or 13451943. OLE color: 13451943.

HSL color Cylindrical-coordinate representation of color #A742CD: hue angle of 283.6º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A742CD is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 66 205 -
CMYK 0.19 0.68 0 0.20
HSL 283.6º 0.58% 0.53% -
HSV(B) 283.6º 0.68% 0.8% -
XYZ 28.9 16.52 59.42 -
YUV 112.05 180.46 167.2 -
System Red Green Blue C M Y K H S L
Decimal 167 66 205 0.19 0.68 0 0.20 283.6 0.58 0.53
Hex A7 42 CD 13 44 0 14 11C 3A 35
Octal 247 102 315 23 104 0 24 434 72 65
Binary 10100111 1000010 11001101 10011 1000100 0 10100 100011100 111010 110101

Color Harmonies of #A742CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A742CD

Black with #A742CD

Text Example


Text Example

White with #A742CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A742CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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