Html Css Color HEX #A442C3 Dark Orchid

📋 copy color: '#A442C3'

red 164 ◦ green 66 ◦ blue 195

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

Shades of Dark Orchid #A442C3

Tints of Dark Orchid #A442C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.88%

R = 38.59%
G = 15.53%
B = 45.88%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A442C3 (or 0xA442C3) is known color: Dark Orchid. HEX triplet: A4, 42 and C3. RGB value is (164,66,195). Sum of RGB (Red+Green+Blue) = 164+66+195=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 195 - color contains mainly: blue. Hex color #A442C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442C3 is #5BBD3C. Grayscale: #6D6D6D. Windows color (decimal): -6012221 or 12796580. OLE color: 12796580.

HSL color Cylindrical-coordinate representation of color #A442C3: hue angle of 285.58º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A442C3 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 66 195 -
CMYK 0.16 0.66 0 0.24
HSL 285.58º 0.52% 0.51% -
HSV(B) 285.58º 0.66% 0.76% -
XYZ 27.11 15.73 53.24 -
YUV 110.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 164 66 195 0.16 0.66 0 0.24 285.58 0.52 0.51
Hex A4 42 C3 10 42 0 18 11E 34 33
Octal 244 102 303 20 102 0 30 436 64 63
Binary 10100100 1000010 11000011 10000 1000010 0 11000 100011110 110100 110011

Color Harmonies of #A442C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A442C3

Black with #A442C3

Text Example


Text Example

White with #A442C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A442C3; }

 p { color: rgb(164,66,195); }

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

background-color css

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

 a { background-color: rgb(164,66,195); }

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

border-color css

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

 span { border-color: rgb(164,66,195); }

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