Html Css Color HEX #AB29C5 Dark Orchid

📋 copy color: '#AB29C5'

red 171 ◦ green 41 ◦ blue 197

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

Shades of Dark Orchid #AB29C5

Tints of Dark Orchid #AB29C5

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.02%

 BLUE value IS 197 (77.34% from 255) = 48.17%

R = 41.81%
G = 10.02%
B = 48.17%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AB29C5 (or 0xAB29C5) is known color: Dark Orchid. HEX triplet: AB, 29 and C5. RGB value is (171,41,197). Sum of RGB (Red+Green+Blue) = 171+41+197=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 197 (77.34% from 255 or 48.17% from 409); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB29C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29C5 is #54D63A. Grayscale: #616161. Windows color (decimal): -5559867 or 12921259. OLE color: 12921259.

HSL color Cylindrical-coordinate representation of color #AB29C5: hue angle of 290º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB29C5 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 41 197 -
CMYK 0.13 0.79 0 0.23
HSL 290º 0.66% 0.47% -
HSV(B) 290º 0.79% 0.77% -
XYZ 27.67 14.28 54.12 -
YUV 97.65 184.07 180.32 -
System Red Green Blue C M Y K H S L
Decimal 171 41 197 0.13 0.79 0 0.23 290 0.66 0.47
Hex AB 29 C5 D 4F 0 17 122 42 2F
Octal 253 51 305 15 117 0 27 442 102 57
Binary 10101011 101001 11000101 1101 1001111 0 10111 100100010 1000010 101111

Color Harmonies of #AB29C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB29C5

Black with #AB29C5

Text Example


Text Example

White with #AB29C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB29C5; }

 p { color: rgb(171,41,197); }

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

background-color css

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

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

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

border-color css

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

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

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