Html Css Color HEX #AB1CD4 Dark Orchid

📋 copy color: '#AB1CD4'

red 171 ◦ green 28 ◦ blue 212

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

Shades of Dark Orchid #AB1CD4

Tints of Dark Orchid #AB1CD4

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.81%

 BLUE value IS 212 (83.2% from 255) = 51.58%

R = 41.61%
G = 6.81%
B = 51.58%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB1CD4 (or 0xAB1CD4) is known color: Dark Orchid. HEX triplet: AB, 1C and D4. RGB value is (171,28,212). Sum of RGB (Red+Green+Blue) = 171+28+212=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 212 (83.20% from 255 or 51.58% from 411); Max value from RGB is 212 - color contains mainly: blue. Hex color #AB1CD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1CD4 is #54E32B. Grayscale: #5B5B5B. Windows color (decimal): -5563180 or 13900971. OLE color: 13900971.

HSL color Cylindrical-coordinate representation of color #AB1CD4: hue angle of 286.63º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1CD4 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 28 212 -
CMYK 0.19 0.87 0 0.17
HSL 286.63º 0.77% 0.47% -
HSV(B) 286.63º 0.87% 0.83% -
XYZ 29.09 14.24 63.5 -
YUV 91.73 195.88 184.54 -
System Red Green Blue C M Y K H S L
Decimal 171 28 212 0.19 0.87 0 0.17 286.63 0.77 0.47
Hex AB 1C D4 13 57 0 11 11F 4D 2F
Octal 253 34 324 23 127 0 21 437 115 57
Binary 10101011 11100 11010100 10011 1010111 0 10001 100011111 1001101 101111

Color Harmonies of #AB1CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1CD4

Black with #AB1CD4

Text Example


Text Example

White with #AB1CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1CD4; }

 p { color: rgb(171,28,212); }

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

background-color css

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

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

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

border-color css

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

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

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