Html Css Color HEX #AB41C6 Dark Orchid

📋 copy color: '#AB41C6'

red 171 ◦ green 65 ◦ blue 198

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

Shades of Dark Orchid #AB41C6

Tints of Dark Orchid #AB41C6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.98%

 BLUE value IS 198 (77.73% from 255) = 45.62%

R = 39.4%
G = 14.98%
B = 45.62%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AB41C6 (or 0xAB41C6) is known color: Dark Orchid. HEX triplet: AB, 41 and C6. RGB value is (171,65,198). Sum of RGB (Red+Green+Blue) = 171+65+198=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB41C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41C6 is #54BE39. Grayscale: #6F6F6F. Windows color (decimal): -5553722 or 12992939. OLE color: 12992939.

HSL color Cylindrical-coordinate representation of color #AB41C6: hue angle of 287.82º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB41C6 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 65 198 -
CMYK 0.14 0.67 0 0.22
HSL 287.82º 0.54% 0.52% -
HSV(B) 287.82º 0.67% 0.78% -
XYZ 28.88 16.52 55.09 -
YUV 111.86 176.62 170.19 -
System Red Green Blue C M Y K H S L
Decimal 171 65 198 0.14 0.67 0 0.22 287.82 0.54 0.52
Hex AB 41 C6 E 43 0 16 120 36 34
Octal 253 101 306 16 103 0 26 440 66 64
Binary 10101011 1000001 11000110 1110 1000011 0 10110 100100000 110110 110100

Color Harmonies of #AB41C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB41C6

Black with #AB41C6

Text Example


Text Example

White with #AB41C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB41C6; }

 p { color: rgb(171,65,198); }

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

background-color css

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

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

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

border-color css

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

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

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