Html Css Color HEX #A41CAF Dark Orchid

📋 copy color: '#A41CAF'

red 164 ◦ green 28 ◦ blue 175

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

Shades of Dark Orchid #A41CAF

Tints of Dark Orchid #A41CAF

RGB

 RED value IS 164 (64.45% from 255) = 44.69%

 GREEN value IS 28 (11.33% from 255) = 7.63%

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 44.69%
G = 7.63%
B = 47.68%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A41CAF (or 0xA41CAF) is known color: Dark Orchid. HEX triplet: A4, 1C and AF. RGB value is (164,28,175). Sum of RGB (Red+Green+Blue) = 164+28+175=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #A41CAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41CAF is #5BE350. Grayscale: #545454. Windows color (decimal): -6021969 or 11476132. OLE color: 11476132.

HSL color Cylindrical-coordinate representation of color #A41CAF: hue angle of 295.51º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41CAF is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 28 175 -
CMYK 0.06 0.84 0 0.31
HSL 295.51º 0.72% 0.4% -
HSV(B) 295.51º 0.84% 0.69% -
XYZ 23.46 11.82 41.6 -
YUV 85.42 178.56 184.05 -
System Red Green Blue C M Y K H S L
Decimal 164 28 175 0.06 0.84 0 0.31 295.51 0.72 0.4
Hex A4 1C AF 6 54 0 1F 128 48 28
Octal 244 34 257 6 124 0 37 450 110 50
Binary 10100100 11100 10101111 110 1010100 0 11111 100101000 1001000 101000

Color Harmonies of #A41CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41CAF

Black with #A41CAF

Text Example


Text Example

White with #A41CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41CAF; }

 p { color: rgb(164,28,175); }

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

background-color css

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

 a { background-color: rgb(164,28,175); }

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

border-color css

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

 span { border-color: rgb(164,28,175); }

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