Html Css Color HEX #A42FDF Dark Orchid

📋 copy color: '#A42FDF'

red 164 ◦ green 47 ◦ blue 223

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

Shades of Dark Orchid #A42FDF

Tints of Dark Orchid #A42FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 37.79%
G = 10.83%
B = 51.38%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A42FDF (or 0xA42FDF) is known color: Dark Orchid. HEX triplet: A4, 2F and DF. RGB value is (164,47,223). Sum of RGB (Red+Green+Blue) = 164+47+223=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #A42FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42FDF is #5BD020. Grayscale: #656565. Windows color (decimal): -6017057 or 14626724. OLE color: 14626724.

HSL color Cylindrical-coordinate representation of color #A42FDF: hue angle of 279.89º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A42FDF is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 47 223 -
CMYK 0.26 0.79 0 0.13
HSL 279.89º 0.73% 0.53% -
HSV(B) 279.89º 0.79% 0.87% -
XYZ 29.65 15.25 71.19 -
YUV 102.05 196.26 172.19 -
System Red Green Blue C M Y K H S L
Decimal 164 47 223 0.26 0.79 0 0.13 279.89 0.73 0.53
Hex A4 2F DF 1A 4F 0 D 118 49 35
Octal 244 57 337 32 117 0 15 430 111 65
Binary 10100100 101111 11011111 11010 1001111 0 1101 100011000 1001001 110101

Color Harmonies of #A42FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42FDF

Black with #A42FDF

Text Example


Text Example

White with #A42FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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