Html Css Color HEX #AB25DD Dark Orchid

📋 copy color: '#AB25DD'

red 171 ◦ green 37 ◦ blue 221

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

Shades of Dark Orchid #AB25DD

Tints of Dark Orchid #AB25DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 39.86%
G = 8.62%
B = 51.52%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB25DD (or 0xAB25DD) is known color: Dark Orchid. HEX triplet: AB, 25 and DD. RGB value is (171,37,221). Sum of RGB (Red+Green+Blue) = 171+37+221=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 37 (14.84% from 255 or 8.62% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB25DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB25DD is #54DA22. Grayscale: #616161. Windows color (decimal): -5560867 or 14493099. OLE color: 14493099.

HSL color Cylindrical-coordinate representation of color #AB25DD: hue angle of 283.7º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB25DD is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 37 221 -
CMYK 0.23 0.83 0 0.13
HSL 283.7º 0.73% 0.51% -
HSV(B) 283.7º 0.83% 0.87% -
XYZ 30.51 15.2 69.73 -
YUV 98.04 197.39 180.04 -
System Red Green Blue C M Y K H S L
Decimal 171 37 221 0.23 0.83 0 0.13 283.7 0.73 0.51
Hex AB 25 DD 17 53 0 D 11C 49 33
Octal 253 45 335 27 123 0 15 434 111 63
Binary 10101011 100101 11011101 10111 1010011 0 1101 100011100 1001001 110011

Color Harmonies of #AB25DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB25DD

Black with #AB25DD

Text Example


Text Example

White with #AB25DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB25DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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