Html Css Color HEX #AB31CF Dark Orchid

📋 copy color: '#AB31CF'

red 171 ◦ green 49 ◦ blue 207

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

Shades of Dark Orchid #AB31CF

Tints of Dark Orchid #AB31CF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.48%

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 40.05%
G = 11.48%
B = 48.48%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB31CF (or 0xAB31CF) is known color: Dark Orchid. HEX triplet: AB, 31 and CF. RGB value is (171,49,207). Sum of RGB (Red+Green+Blue) = 171+49+207=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB31CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB31CF is #54CE30. Grayscale: #666666. Windows color (decimal): -5557809 or 13578667. OLE color: 13578667.

HSL color Cylindrical-coordinate representation of color #AB31CF: hue angle of 286.33º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB31CF is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 49 207 -
CMYK 0.17 0.76 0 0.19
HSL 286.33º 0.62% 0.5% -
HSV(B) 286.33º 0.76% 0.81% -
XYZ 29.16 15.36 60.46 -
YUV 103.49 186.42 176.15 -
System Red Green Blue C M Y K H S L
Decimal 171 49 207 0.17 0.76 0 0.19 286.33 0.62 0.5
Hex AB 31 CF 11 4C 0 13 11E 3E 32
Octal 253 61 317 21 114 0 23 436 76 62
Binary 10101011 110001 11001111 10001 1001100 0 10011 100011110 111110 110010

Color Harmonies of #AB31CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB31CF

Black with #AB31CF

Text Example


Text Example

White with #AB31CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB31CF; }

 p { color: rgb(171,49,207); }

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

background-color css

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

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

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

border-color css

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

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

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