Html Css Color HEX #A42FCA Dark Orchid

📋 copy color: '#A42FCA'

red 164 ◦ green 47 ◦ blue 202

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

Shades of Dark Orchid #A42FCA

Tints of Dark Orchid #A42FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.91%

R = 39.71%
G = 11.38%
B = 48.91%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A42FCA (or 0xA42FCA) is known color: Dark Orchid. HEX triplet: A4, 2F and CA. RGB value is (164,47,202). Sum of RGB (Red+Green+Blue) = 164+47+202=413 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.71% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #A42FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42FCA is #5BD035. Grayscale: #636363. Windows color (decimal): -6017078 or 13250468. OLE color: 13250468.

HSL color Cylindrical-coordinate representation of color #A42FCA: hue angle of 285.29º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A42FCA is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 47 202 -
CMYK 0.19 0.77 0 0.21
HSL 285.29º 0.62% 0.49% -
HSV(B) 285.29º 0.77% 0.79% -
XYZ 26.99 14.19 57.19 -
YUV 99.65 185.76 173.9 -
System Red Green Blue C M Y K H S L
Decimal 164 47 202 0.19 0.77 0 0.21 285.29 0.62 0.49
Hex A4 2F CA 13 4D 0 15 11D 3E 31
Octal 244 57 312 23 115 0 25 435 76 61
Binary 10100100 101111 11001010 10011 1001101 0 10101 100011101 111110 110001

Color Harmonies of #A42FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42FCA

Black with #A42FCA

Text Example


Text Example

White with #A42FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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