Html Css Color HEX #A42DDA Dark Orchid

📋 copy color: '#A42DDA'

red 164 ◦ green 45 ◦ blue 218

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

Shades of Dark Orchid #A42DDA

Tints of Dark Orchid #A42DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.54%

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

R = 38.41%
G = 10.54%
B = 51.05%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A42DDA (or 0xA42DDA) is known color: Dark Orchid. HEX triplet: A4, 2D and DA. RGB value is (164,45,218). Sum of RGB (Red+Green+Blue) = 164+45+218=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #A42DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42DDA is #5BD225. Grayscale: #636363. Windows color (decimal): -6017574 or 14298532. OLE color: 14298532.

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

Color convert

RGB 164 45 218 -
CMYK 0.25 0.79 0 0.15
HSL 281.27º 0.7% 0.52% -
HSV(B) 281.27º 0.79% 0.85% -
XYZ 28.9 14.83 67.67 -
YUV 100.3 194.42 173.43 -
System Red Green Blue C M Y K H S L
Decimal 164 45 218 0.25 0.79 0 0.15 281.27 0.7 0.52
Hex A4 2D DA 19 4F 0 F 119 46 34
Octal 244 55 332 31 117 0 17 431 106 64
Binary 10100100 101101 11011010 11001 1001111 0 1111 100011001 1000110 110100

Color Harmonies of #A42DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42DDA

Black with #A42DDA

Text Example


Text Example

White with #A42DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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