Html Css Color HEX #A726BD Dark Orchid

📋 copy color: '#A726BD'

red 167 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #A726BD

Tints of Dark Orchid #A726BD

RGB

 RED value IS 167 (65.63% from 255) = 42.39%

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

 BLUE value IS 189 (74.22% from 255) = 47.97%

R = 42.39%
G = 9.64%
B = 47.97%

CMYK

 C value IS 0.12

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A726BD (or 0xA726BD) is known color: Dark Orchid. HEX triplet: A7, 26 and BD. RGB value is (167,38,189). Sum of RGB (Red+Green+Blue) = 167+38+189=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #A726BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A726BD is #58D942. Grayscale: #5D5D5D. Windows color (decimal): -5822787 or 12396199. OLE color: 12396199.

HSL color Cylindrical-coordinate representation of color #A726BD: hue angle of 291.26º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A726BD is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 167 38 189 -
CMYK 0.12 0.80 0 0.26
HSL 291.26º 0.67% 0.45% -
HSV(B) 291.26º 0.8% 0.74% -
XYZ 25.81 13.28 49.35 -
YUV 93.79 181.74 180.22 -
System Red Green Blue C M Y K H S L
Decimal 167 38 189 0.12 0.80 0 0.26 291.26 0.67 0.45
Hex A7 26 BD C 50 0 1A 123 43 2D
Octal 247 46 275 14 120 0 32 443 103 55
Binary 10100111 100110 10111101 1100 1010000 0 11010 100100011 1000011 101101

Color Harmonies of #A726BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A726BD

Black with #A726BD

Text Example


Text Example

White with #A726BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A726BD; }

 p { color: rgb(167,38,189); }

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

background-color css

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

 a { background-color: rgb(167,38,189); }

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

border-color css

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

 span { border-color: rgb(167,38,189); }

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