Html Css Color HEX #A426D2 Dark Orchid

📋 copy color: '#A426D2'

red 164 ◦ green 38 ◦ blue 210

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

Shades of Dark Orchid #A426D2

Tints of Dark Orchid #A426D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.97%

R = 39.81%
G = 9.22%
B = 50.97%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A426D2 (or 0xA426D2) is known color: Dark Orchid. HEX triplet: A4, 26 and D2. RGB value is (164,38,210). Sum of RGB (Red+Green+Blue) = 164+38+210=412 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.81% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 210 (82.42% from 255 or 50.97% from 412); Max value from RGB is 210 - color contains mainly: blue. Hex color #A426D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426D2 is #5BD92D. Grayscale: #5E5E5E. Windows color (decimal): -6019374 or 13772452. OLE color: 13772452.

HSL color Cylindrical-coordinate representation of color #A426D2: hue angle of 283.95º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A426D2 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 164 38 210 -
CMYK 0.22 0.82 0 0.18
HSL 283.95º 0.69% 0.49% -
HSV(B) 283.95º 0.82% 0.82% -
XYZ 27.64 13.93 62.21 -
YUV 95.28 192.74 177.01 -
System Red Green Blue C M Y K H S L
Decimal 164 38 210 0.22 0.82 0 0.18 283.95 0.69 0.49
Hex A4 26 D2 16 52 0 12 11C 45 31
Octal 244 46 322 26 122 0 22 434 105 61
Binary 10100100 100110 11010010 10110 1010010 0 10010 100011100 1000101 110001

Color Harmonies of #A426D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426D2

Black with #A426D2

Text Example


Text Example

White with #A426D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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