Html Css Color HEX #AB26BE Dark Orchid

📋 copy color: '#AB26BE'

red 171 ◦ green 38 ◦ blue 190

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

Shades of Dark Orchid #AB26BE

Tints of Dark Orchid #AB26BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 42.86%
G = 9.52%
B = 47.62%

CMYK

 C value IS 0.10

 M value IS 0.8

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AB26BE (or 0xAB26BE) is known color: Dark Orchid. HEX triplet: AB, 26 and BE. RGB value is (171,38,190). Sum of RGB (Red+Green+Blue) = 171+38+190=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB26BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB26BE is #54D941. Grayscale: #5E5E5E. Windows color (decimal): -5560642 or 12461739. OLE color: 12461739.

HSL color Cylindrical-coordinate representation of color #AB26BE: hue angle of 292.5º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB26BE is Cyan = 0.10, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 171 38 190 -
CMYK 0.10 0.8 0 0.25
HSL 292.5º 0.67% 0.45% -
HSV(B) 292.5º 0.8% 0.75% -
XYZ 26.78 13.76 49.96 -
YUV 95.1 181.56 182.14 -
System Red Green Blue C M Y K H S L
Decimal 171 38 190 0.10 0.8 0 0.25 292.5 0.67 0.45
Hex AB 26 BE A 50 0 19 124 43 2D
Octal 253 46 276 12 120 0 31 444 103 55
Binary 10101011 100110 10111110 1010 1010000 0 11001 100100100 1000011 101101

Color Harmonies of #AB26BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB26BE

Black with #AB26BE

Text Example


Text Example

White with #AB26BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB26BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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