Html Css Color HEX #A426CD Dark Orchid

📋 copy color: '#A426CD'

red 164 ◦ green 38 ◦ blue 205

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

Shades of Dark Orchid #A426CD

Tints of Dark Orchid #A426CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.37%

R = 40.29%
G = 9.34%
B = 50.37%

CMYK

 C value IS 0.2

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A426CD (or 0xA426CD) is known color: Dark Orchid. HEX triplet: A4, 26 and CD. RGB value is (164,38,205). Sum of RGB (Red+Green+Blue) = 164+38+205=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #A426CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426CD is #5BD932. Grayscale: #5E5E5E. Windows color (decimal): -6019379 or 13444772. OLE color: 13444772.

HSL color Cylindrical-coordinate representation of color #A426CD: hue angle of 285.27º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A426CD is Cyan = 0.2, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 38 205 -
CMYK 0.2 0.81 0 0.20
HSL 285.27º 0.69% 0.48% -
HSV(B) 285.27º 0.81% 0.8% -
XYZ 27.02 13.69 58.98 -
YUV 94.71 190.24 177.42 -
System Red Green Blue C M Y K H S L
Decimal 164 38 205 0.2 0.81 0 0.20 285.27 0.69 0.48
Hex A4 26 CD 14 51 0 14 11D 45 30
Octal 244 46 315 24 121 0 24 435 105 60
Binary 10100100 100110 11001101 10100 1010001 0 10100 100011101 1000101 110000

Color Harmonies of #A426CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426CD

Black with #A426CD

Text Example


Text Example

White with #A426CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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