Html Css Color HEX #A42FCC Dark Orchid

📋 copy color: '#A42FCC'

red 164 ◦ green 47 ◦ blue 204

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

Shades of Dark Orchid #A42FCC

Tints of Dark Orchid #A42FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.33%

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

R = 39.52%
G = 11.33%
B = 49.16%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A42FCC (or 0xA42FCC) is known color: Dark Orchid. HEX triplet: A4, 2F and CC. RGB value is (164,47,204). Sum of RGB (Red+Green+Blue) = 164+47+204=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #A42FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42FCC is #5BD033. Grayscale: #636363. Windows color (decimal): -6017076 or 13381540. OLE color: 13381540.

HSL color Cylindrical-coordinate representation of color #A42FCC: hue angle of 284.71º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42FCC is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 47 204 -
CMYK 0.20 0.77 0 0.2
HSL 284.71º 0.63% 0.49% -
HSV(B) 284.71º 0.77% 0.8% -
XYZ 27.23 14.29 58.45 -
YUV 99.88 186.76 173.73 -
System Red Green Blue C M Y K H S L
Decimal 164 47 204 0.20 0.77 0 0.2 284.71 0.63 0.49
Hex A4 2F CC 14 4D 0 14 11D 3F 31
Octal 244 57 314 24 115 0 24 435 77 61
Binary 10100100 101111 11001100 10100 1001101 0 10100 100011101 111111 110001

Color Harmonies of #A42FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42FCC

Black with #A42FCC

Text Example


Text Example

White with #A42FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42FCC; }

 p { color: rgb(164,47,204); }

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

background-color css

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

 a { background-color: rgb(164,47,204); }

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

border-color css

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

 span { border-color: rgb(164,47,204); }

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