Html Css Color HEX #A826BD Dark Orchid

📋 copy color: '#A826BD'

red 168 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #A826BD

Tints of Dark Orchid #A826BD

RGB

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

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

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

R = 42.53%
G = 9.62%
B = 47.85%

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

#A826BD (or 0xA826BD) is known color: Dark Orchid. HEX triplet: A8, 26 and BD. RGB value is (168,38,189). Sum of RGB (Red+Green+Blue) = 168+38+189=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #A826BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A826BD is #57D942. Grayscale: #5D5D5D. Windows color (decimal): -5757251 or 12396200. OLE color: 12396200.

HSL color Cylindrical-coordinate representation of color #A826BD: hue angle of 291.66º 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 #A826BD is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 38 189 -
CMYK 0.11 0.80 0 0.26
HSL 291.66º 0.67% 0.45% -
HSV(B) 291.66º 0.8% 0.74% -
XYZ 26.03 13.39 49.36 -
YUV 94.08 181.57 180.72 -
System Red Green Blue C M Y K H S L
Decimal 168 38 189 0.11 0.80 0 0.26 291.66 0.67 0.45
Hex A8 26 BD B 50 0 1A 124 43 2D
Octal 250 46 275 13 120 0 32 444 103 55
Binary 10101000 100110 10111101 1011 1010000 0 11010 100100100 1000011 101101

Color Harmonies of #A826BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826BD

Black with #A826BD

Text Example


Text Example

White with #A826BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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