Html Css Color HEX #A42FDA Dark Orchid

📋 copy color: '#A42FDA'

red 164 ◦ green 47 ◦ blue 218

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

Shades of Dark Orchid #A42FDA

Tints of Dark Orchid #A42FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.82%

R = 38.23%
G = 10.96%
B = 50.82%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A42FDA (or 0xA42FDA) is known color: Dark Orchid. HEX triplet: A4, 2F and DA. RGB value is (164,47,218). Sum of RGB (Red+Green+Blue) = 164+47+218=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #A42FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42FDA is #5BD025. Grayscale: #646464. Windows color (decimal): -6017062 or 14299044. OLE color: 14299044.

HSL color Cylindrical-coordinate representation of color #A42FDA: hue angle of 281.05º degrees, saturation: 0.7, 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 #A42FDA is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 164 47 218 -
CMYK 0.25 0.78 0 0.15
HSL 281.05º 0.7% 0.52% -
HSV(B) 281.05º 0.78% 0.85% -
XYZ 28.98 14.99 67.7 -
YUV 101.48 193.76 172.6 -
System Red Green Blue C M Y K H S L
Decimal 164 47 218 0.25 0.78 0 0.15 281.05 0.7 0.52
Hex A4 2F DA 19 4E 0 F 119 46 34
Octal 244 57 332 31 116 0 17 431 106 64
Binary 10100100 101111 11011010 11001 1001110 0 1111 100011001 1000110 110100

Color Harmonies of #A42FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42FDA

Black with #A42FDA

Text Example


Text Example

White with #A42FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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