Html Css Color HEX #A726CC Dark Orchid

📋 copy color: '#A726CC'

red 167 ◦ green 38 ◦ blue 204

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

Shades of Dark Orchid #A726CC

Tints of Dark Orchid #A726CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.88%

R = 40.83%
G = 9.29%
B = 49.88%

CMYK

 C value IS 0.18

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A726CC (or 0xA726CC) is known color: Dark Orchid. HEX triplet: A7, 26 and CC. RGB value is (167,38,204). Sum of RGB (Red+Green+Blue) = 167+38+204=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #A726CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A726CC is #58D933. Grayscale: #5E5E5E. Windows color (decimal): -5822772 or 13379239. OLE color: 13379239.

HSL color Cylindrical-coordinate representation of color #A726CC: hue angle of 286.63º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A726CC is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 167 38 204 -
CMYK 0.18 0.81 0 0.2
HSL 286.63º 0.69% 0.47% -
HSV(B) 286.63º 0.81% 0.8% -
XYZ 27.53 13.96 58.37 -
YUV 95.5 189.24 179 -
System Red Green Blue C M Y K H S L
Decimal 167 38 204 0.18 0.81 0 0.2 286.63 0.69 0.47
Hex A7 26 CC 12 51 0 14 11F 45 2F
Octal 247 46 314 22 121 0 24 437 105 57
Binary 10100111 100110 11001100 10010 1010001 0 10100 100011111 1000101 101111

Color Harmonies of #A726CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A726CC

Black with #A726CC

Text Example


Text Example

White with #A726CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A726CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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