Html Css Color HEX #A826BC Dark Orchid

📋 copy color: '#A826BC'

red 168 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #A826BC

Tints of Dark Orchid #A826BC

RGB

 RED value IS 168 (66.02% from 255) = 42.64%

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

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 42.64%
G = 9.64%
B = 47.72%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A826BC (or 0xA826BC) is known color: Dark Orchid. HEX triplet: A8, 26 and BC. RGB value is (168,38,188). Sum of RGB (Red+Green+Blue) = 168+38+188=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #A826BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826BC is #57D943. Grayscale: #5D5D5D. Windows color (decimal): -5757252 or 12330664. OLE color: 12330664.

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

Color convert

RGB 168 38 188 -
CMYK 0.11 0.80 0 0.26
HSL 292º 0.66% 0.44% -
HSV(B) 292º 0.8% 0.74% -
XYZ 25.92 13.34 48.79 -
YUV 93.97 181.07 180.8 -
System Red Green Blue C M Y K H S L
Decimal 168 38 188 0.11 0.80 0 0.26 292 0.66 0.44
Hex A8 26 BC B 50 0 1A 124 42 2C
Octal 250 46 274 13 120 0 32 444 102 54
Binary 10101000 100110 10111100 1011 1010000 0 11010 100100100 1000010 101100

Color Harmonies of #A826BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826BC

Black with #A826BC

Text Example


Text Example

White with #A826BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826BC; }

 p { color: rgb(168,38,188); }

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

background-color css

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

 a { background-color: rgb(168,38,188); }

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

border-color css

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

 span { border-color: rgb(168,38,188); }

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