Html Css Color HEX #A426B8 Dark Orchid

📋 copy color: '#A426B8'

red 164 ◦ green 38 ◦ blue 184

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

Shades of Dark Orchid #A426B8

Tints of Dark Orchid #A426B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.67%

R = 42.49%
G = 9.84%
B = 47.67%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A426B8 (or 0xA426B8) is known color: Dark Orchid. HEX triplet: A4, 26 and B8. RGB value is (164,38,184). Sum of RGB (Red+Green+Blue) = 164+38+184=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #A426B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426B8 is #5BD947. Grayscale: #5B5B5B. Windows color (decimal): -6019400 or 12068516. OLE color: 12068516.

HSL color Cylindrical-coordinate representation of color #A426B8: hue angle of 291.78º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A426B8 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 164 38 184 -
CMYK 0.11 0.79 0 0.28
HSL 291.78º 0.66% 0.44% -
HSV(B) 291.78º 0.79% 0.72% -
XYZ 24.65 12.74 46.51 -
YUV 92.32 179.74 179.13 -
System Red Green Blue C M Y K H S L
Decimal 164 38 184 0.11 0.79 0 0.28 291.78 0.66 0.44
Hex A4 26 B8 B 4F 0 1C 124 42 2C
Octal 244 46 270 13 117 0 34 444 102 54
Binary 10100100 100110 10111000 1011 1001111 0 11100 100100100 1000010 101100

Color Harmonies of #A426B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426B8

Black with #A426B8

Text Example


Text Example

White with #A426B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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