Html Css Color HEX #AB25AB Dark Orchid

📋 copy color: '#AB25AB'

red 171 ◦ green 37 ◦ blue 171

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

Shades of Dark Orchid #AB25AB

Tints of Dark Orchid #AB25AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.76%

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

R = 45.12%
G = 9.76%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB25AB (or 0xAB25AB) is known color: Dark Orchid. HEX triplet: AB, 25 and AB. RGB value is (171,37,171). Sum of RGB (Red+Green+Blue) = 171+37+171=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 37 (14.84% from 255 or 9.76% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB25AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB25AB is #54DA54. Grayscale: #5B5B5B. Windows color (decimal): -5560917 or 11216299. OLE color: 11216299.

HSL color Cylindrical-coordinate representation of color #AB25AB: hue angle of 300º 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 #AB25AB is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 37 171 -
CMYK 0 0.78 0 0.33
HSL 300º 0.64% 0.41% -
HSV(B) 300º 0.78% 0.67% -
XYZ 24.81 12.92 39.71 -
YUV 92.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 171 37 171 0 0.78 0 0.33 300 0.64 0.41
Hex AB 25 AB 0 4E 0 21 12C 40 29
Octal 253 45 253 0 116 0 41 454 100 51
Binary 10101011 100101 10101011 0 1001110 0 100001 100101100 1000000 101001

Color Harmonies of #AB25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB25AB

Black with #AB25AB

Text Example


Text Example

White with #AB25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB25AB; }

 p { color: rgb(171,37,171); }

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

background-color css

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

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

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

border-color css

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

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

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