Html Css Color HEX #AB26BD Dark Orchid

📋 copy color: '#AB26BD'

red 171 ◦ green 38 ◦ blue 189

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

Shades of Dark Orchid #AB26BD

Tints of Dark Orchid #AB26BD

RGB

 RED value IS 171 (67.19% from 255) = 42.96%

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

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

R = 42.96%
G = 9.55%
B = 47.49%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB26BD (or 0xAB26BD) is known color: Dark Orchid. HEX triplet: AB, 26 and BD. RGB value is (171,38,189). Sum of RGB (Red+Green+Blue) = 171+38+189=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB26BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB26BD is #54D942. Grayscale: #5E5E5E. Windows color (decimal): -5560643 or 12396203. OLE color: 12396203.

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

Color convert

RGB 171 38 189 -
CMYK 0.10 0.80 0 0.26
HSL 292.85º 0.67% 0.45% -
HSV(B) 292.85º 0.8% 0.74% -
XYZ 26.67 13.72 49.39 -
YUV 94.98 181.06 182.22 -
System Red Green Blue C M Y K H S L
Decimal 171 38 189 0.10 0.80 0 0.26 292.85 0.67 0.45
Hex AB 26 BD A 50 0 1A 125 43 2D
Octal 253 46 275 12 120 0 32 445 103 55
Binary 10101011 100110 10111101 1010 1010000 0 11010 100100101 1000011 101101

Color Harmonies of #AB26BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB26BD

Black with #AB26BD

Text Example


Text Example

White with #AB26BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB26BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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