Html Css Color HEX #A826AB Dark Orchid

📋 copy color: '#A826AB'

red 168 ◦ green 38 ◦ blue 171

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

Shades of Dark Orchid #A826AB

Tints of Dark Orchid #A826AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 44.56%
G = 10.08%
B = 45.36%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A826AB (or 0xA826AB) is known color: Dark Orchid. HEX triplet: A8, 26 and AB. RGB value is (168,38,171). Sum of RGB (Red+Green+Blue) = 168+38+171=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #A826AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A826AB is #57D954. Grayscale: #5B5B5B. Windows color (decimal): -5757269 or 11216552. OLE color: 11216552.

HSL color Cylindrical-coordinate representation of color #A826AB: hue angle of 298.65º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A826AB is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 38 171 -
CMYK 0.02 0.78 0 0.33
HSL 298.65º 0.64% 0.41% -
HSV(B) 298.65º 0.78% 0.67% -
XYZ 24.19 12.65 39.69 -
YUV 92.03 172.57 182.19 -
System Red Green Blue C M Y K H S L
Decimal 168 38 171 0.02 0.78 0 0.33 298.65 0.64 0.41
Hex A8 26 AB 2 4E 0 21 12B 40 29
Octal 250 46 253 2 116 0 41 453 100 51
Binary 10101000 100110 10101011 10 1001110 0 100001 100101011 1000000 101001

Color Harmonies of #A826AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A826AB

Black with #A826AB

Text Example


Text Example

White with #A826AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A826AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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