Html Css Color HEX #A741CC Dark Orchid

📋 copy color: '#A741CC'

red 167 ◦ green 65 ◦ blue 204

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

Shades of Dark Orchid #A741CC

Tints of Dark Orchid #A741CC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.91%

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 38.3%
G = 14.91%
B = 46.79%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A741CC (or 0xA741CC) is known color: Dark Orchid. HEX triplet: A7, 41 and CC. RGB value is (167,65,204). Sum of RGB (Red+Green+Blue) = 167+65+204=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #A741CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A741CC is #58BE33. Grayscale: #6E6E6E. Windows color (decimal): -5815860 or 13386151. OLE color: 13386151.

HSL color Cylindrical-coordinate representation of color #A741CC: hue angle of 284.03º 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 #A741CC is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 65 204 -
CMYK 0.18 0.68 0 0.2
HSL 284.03º 0.58% 0.53% -
HSV(B) 284.03º 0.68% 0.8% -
XYZ 28.73 16.36 58.77 -
YUV 111.34 180.29 167.7 -
System Red Green Blue C M Y K H S L
Decimal 167 65 204 0.18 0.68 0 0.2 284.03 0.58 0.53
Hex A7 41 CC 12 44 0 14 11C 3A 35
Octal 247 101 314 22 104 0 24 434 72 65
Binary 10100111 1000001 11001100 10010 1000100 0 10100 100011100 111010 110101

Color Harmonies of #A741CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A741CC

Black with #A741CC

Text Example


Text Example

White with #A741CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A741CC; }

 p { color: rgb(167,65,204); }

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

background-color css

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

 a { background-color: rgb(167,65,204); }

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

border-color css

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

 span { border-color: rgb(167,65,204); }

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