Html Css Color HEX #A426BE Dark Orchid

📋 copy color: '#A426BE'

red 164 ◦ green 38 ◦ blue 190

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

Shades of Dark Orchid #A426BE

Tints of Dark Orchid #A426BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 41.84%
G = 9.69%
B = 48.47%

CMYK

 C value IS 0.14

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A426BE (or 0xA426BE) is known color: Dark Orchid. HEX triplet: A4, 26 and BE. RGB value is (164,38,190). Sum of RGB (Red+Green+Blue) = 164+38+190=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #A426BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426BE is #5BD941. Grayscale: #5C5C5C. Windows color (decimal): -6019394 or 12461732. OLE color: 12461732.

HSL color Cylindrical-coordinate representation of color #A426BE: hue angle of 289.74º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A426BE is Cyan = 0.14, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 38 190 -
CMYK 0.14 0.8 0 0.25
HSL 289.74º 0.67% 0.45% -
HSV(B) 289.74º 0.8% 0.75% -
XYZ 25.3 13 49.89 -
YUV 93 182.74 178.64 -
System Red Green Blue C M Y K H S L
Decimal 164 38 190 0.14 0.8 0 0.25 289.74 0.67 0.45
Hex A4 26 BE E 50 0 19 122 43 2D
Octal 244 46 276 16 120 0 31 442 103 55
Binary 10100100 100110 10111110 1110 1010000 0 11001 100100010 1000011 101101

Color Harmonies of #A426BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A426BE

Black with #A426BE

Text Example


Text Example

White with #A426BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A426BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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