Html Css Color HEX #A426DA Dark Orchid

📋 copy color: '#A426DA'

red 164 ◦ green 38 ◦ blue 218

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

Shades of Dark Orchid #A426DA

Tints of Dark Orchid #A426DA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.05%

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

R = 39.05%
G = 9.05%
B = 51.9%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A426DA (or 0xA426DA) is known color: Dark Orchid. HEX triplet: A4, 26 and DA. RGB value is (164,38,218). Sum of RGB (Red+Green+Blue) = 164+38+218=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #A426DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426DA is #5BD925. Grayscale: #5F5F5F. Windows color (decimal): -6019366 or 14296740. OLE color: 14296740.

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

Color convert

RGB 164 38 218 -
CMYK 0.25 0.83 0 0.15
HSL 282º 0.71% 0.5% -
HSV(B) 282º 0.83% 0.85% -
XYZ 28.66 14.34 67.59 -
YUV 96.19 196.74 176.36 -
System Red Green Blue C M Y K H S L
Decimal 164 38 218 0.25 0.83 0 0.15 282 0.71 0.5
Hex A4 26 DA 19 53 0 F 11A 47 32
Octal 244 46 332 31 123 0 17 432 107 62
Binary 10100100 100110 11011010 11001 1010011 0 1111 100011010 1000111 110010

Color Harmonies of #A426DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426DA

Black with #A426DA

Text Example


Text Example

White with #A426DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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