Html Css Color HEX #A442C5 Dark Orchid

📋 copy color: '#A442C5'

red 164 ◦ green 66 ◦ blue 197

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

Shades of Dark Orchid #A442C5

Tints of Dark Orchid #A442C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.14%

R = 38.41%
G = 15.46%
B = 46.14%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A442C5 (or 0xA442C5) is known color: Dark Orchid. HEX triplet: A4, 42 and C5. RGB value is (164,66,197). Sum of RGB (Red+Green+Blue) = 164+66+197=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 197 - color contains mainly: blue. Hex color #A442C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A442C5 is #5BBD3A. Grayscale: #6D6D6D. Windows color (decimal): -6012219 or 12927652. OLE color: 12927652.

HSL color Cylindrical-coordinate representation of color #A442C5: hue angle of 284.89º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A442C5 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 164 66 197 -
CMYK 0.17 0.66 0 0.23
HSL 284.89º 0.53% 0.52% -
HSV(B) 284.89º 0.66% 0.77% -
XYZ 27.34 15.82 54.44 -
YUV 110.24 176.97 166.35 -
System Red Green Blue C M Y K H S L
Decimal 164 66 197 0.17 0.66 0 0.23 284.89 0.53 0.52
Hex A4 42 C5 11 42 0 17 11D 35 34
Octal 244 102 305 21 102 0 27 435 65 64
Binary 10100100 1000010 11000101 10001 1000010 0 10111 100011101 110101 110100

Color Harmonies of #A442C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A442C5

Black with #A442C5

Text Example


Text Example

White with #A442C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A442C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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