Html Css Color HEX #A42FD9 Dark Orchid

📋 copy color: '#A42FD9'

red 164 ◦ green 47 ◦ blue 217

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

Shades of Dark Orchid #A42FD9

Tints of Dark Orchid #A42FD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 50.7%

R = 38.32%
G = 10.98%
B = 50.7%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A42FD9 (or 0xA42FD9) is known color: Dark Orchid. HEX triplet: A4, 2F and D9. RGB value is (164,47,217). Sum of RGB (Red+Green+Blue) = 164+47+217=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 47 (18.75% from 255 or 10.98% from 428); Blue value is 217 (85.16% from 255 or 50.70% from 428); Max value from RGB is 217 - color contains mainly: blue. Hex color #A42FD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42FD9 is #5BD026. Grayscale: #646464. Windows color (decimal): -6017063 or 14233508. OLE color: 14233508.

HSL color Cylindrical-coordinate representation of color #A42FD9: hue angle of 281.29º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A42FD9 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 47 217 -
CMYK 0.24 0.78 0 0.15
HSL 281.29º 0.69% 0.52% -
HSV(B) 281.29º 0.78% 0.85% -
XYZ 28.85 14.94 67.01 -
YUV 101.36 193.26 172.68 -
System Red Green Blue C M Y K H S L
Decimal 164 47 217 0.24 0.78 0 0.15 281.29 0.69 0.52
Hex A4 2F D9 18 4E 0 F 119 45 34
Octal 244 57 331 30 116 0 17 431 105 64
Binary 10100100 101111 11011001 11000 1001110 0 1111 100011001 1000101 110100

Color Harmonies of #A42FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42FD9

Black with #A42FD9

Text Example


Text Example

White with #A42FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42FD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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