Html Css Color HEX #A426D7 Dark Orchid

📋 copy color: '#A426D7'

red 164 ◦ green 38 ◦ blue 215

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

Shades of Dark Orchid #A426D7

Tints of Dark Orchid #A426D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 51.56%

R = 39.33%
G = 9.11%
B = 51.56%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A426D7 (or 0xA426D7) is known color: Dark Orchid. HEX triplet: A4, 26 and D7. RGB value is (164,38,215). Sum of RGB (Red+Green+Blue) = 164+38+215=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #A426D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426D7 is #5BD928. Grayscale: #5F5F5F. Windows color (decimal): -6019369 or 14100132. OLE color: 14100132.

HSL color Cylindrical-coordinate representation of color #A426D7: hue angle of 282.71º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A426D7 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 38 215 -
CMYK 0.24 0.82 0 0.16
HSL 282.71º 0.7% 0.5% -
HSV(B) 282.71º 0.82% 0.84% -
XYZ 28.27 14.19 65.54 -
YUV 95.85 195.24 176.61 -
System Red Green Blue C M Y K H S L
Decimal 164 38 215 0.24 0.82 0 0.16 282.71 0.7 0.5
Hex A4 26 D7 18 52 0 10 11B 46 32
Octal 244 46 327 30 122 0 20 433 106 62
Binary 10100100 100110 11010111 11000 1010010 0 10000 100011011 1000110 110010

Color Harmonies of #A426D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426D7

Black with #A426D7

Text Example


Text Example

White with #A426D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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