Html Css Color HEX #A742CF Dark Orchid

📋 copy color: '#A742CF'

red 167 ◦ green 66 ◦ blue 207

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

Shades of Dark Orchid #A742CF

Tints of Dark Orchid #A742CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.05%

R = 37.95%
G = 15%
B = 47.05%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A742CF (or 0xA742CF) is known color: Dark Orchid. HEX triplet: A7, 42 and CF. RGB value is (167,66,207). Sum of RGB (Red+Green+Blue) = 167+66+207=440 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.95% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #A742CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A742CF is #58BD30. Grayscale: #6F6F6F. Windows color (decimal): -5815601 or 13583015. OLE color: 13583015.

HSL color Cylindrical-coordinate representation of color #A742CF: hue angle of 282.98º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A742CF is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 66 207 -
CMYK 0.19 0.68 0 0.19
HSL 282.98º 0.59% 0.54% -
HSV(B) 282.98º 0.68% 0.81% -
XYZ 29.15 16.62 60.7 -
YUV 112.27 181.46 167.04 -
System Red Green Blue C M Y K H S L
Decimal 167 66 207 0.19 0.68 0 0.19 282.98 0.59 0.54
Hex A7 42 CF 13 44 0 13 11B 3B 36
Octal 247 102 317 23 104 0 23 433 73 66
Binary 10100111 1000010 11001111 10011 1000100 0 10011 100011011 111011 110110

Color Harmonies of #A742CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A742CF

Black with #A742CF

Text Example


Text Example

White with #A742CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A742CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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