Html Css Color HEX #A926C6 Dark Orchid

📋 copy color: '#A926C6'

red 169 ◦ green 38 ◦ blue 198

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

Shades of Dark Orchid #A926C6

Tints of Dark Orchid #A926C6

RGB

 RED value IS 169 (66.41% from 255) = 41.73%

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

 BLUE value IS 198 (77.73% from 255) = 48.89%

R = 41.73%
G = 9.38%
B = 48.89%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A926C6 (or 0xA926C6) is known color: Dark Orchid. HEX triplet: A9, 26 and C6. RGB value is (169,38,198). Sum of RGB (Red+Green+Blue) = 169+38+198=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 198 (77.73% from 255 or 48.89% from 405); Max value from RGB is 198 - color contains mainly: blue. Hex color #A926C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A926C6 is #56D939. Grayscale: #5E5E5E. Windows color (decimal): -5691706 or 12986025. OLE color: 12986025.

HSL color Cylindrical-coordinate representation of color #A926C6: hue angle of 289.12º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A926C6 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 38 198 -
CMYK 0.15 0.81 0 0.22
HSL 289.13º 0.68% 0.46% -
HSV(B) 289.13º 0.81% 0.78% -
XYZ 27.25 13.9 54.67 -
YUV 95.41 185.9 180.49 -
System Red Green Blue C M Y K H S L
Decimal 169 38 198 0.15 0.81 0 0.22 289.13 0.68 0.46
Hex A9 26 C6 F 51 0 16 121 44 2E
Octal 251 46 306 17 121 0 26 441 104 56
Binary 10101001 100110 11000110 1111 1010001 0 10110 100100001 1000100 101110

Color Harmonies of #A926C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A926C6

Black with #A926C6

Text Example


Text Example

White with #A926C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A926C6; }

 p { color: rgb(169,38,198); }

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

background-color css

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

 a { background-color: rgb(169,38,198); }

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

border-color css

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

 span { border-color: rgb(169,38,198); }

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