Html Css Color HEX #AB3BDD Dark Orchid

📋 copy color: '#AB3BDD'

red 171 ◦ green 59 ◦ blue 221

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

Shades of Dark Orchid #AB3BDD

Tints of Dark Orchid #AB3BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.08%

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

R = 37.92%
G = 13.08%
B = 49%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB3BDD (or 0xAB3BDD) is known color: Dark Orchid. HEX triplet: AB, 3B and DD. RGB value is (171,59,221). Sum of RGB (Red+Green+Blue) = 171+59+221=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB3BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB3BDD is #54C422. Grayscale: #6E6E6E. Windows color (decimal): -5555235 or 14498731. OLE color: 14498731.

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

Color convert

RGB 171 59 221 -
CMYK 0.23 0.73 0 0.13
HSL 281.48º 0.7% 0.55% -
HSV(B) 281.48º 0.73% 0.87% -
XYZ 31.41 17.01 70.03 -
YUV 110.96 190.11 170.83 -
System Red Green Blue C M Y K H S L
Decimal 171 59 221 0.23 0.73 0 0.13 281.48 0.7 0.55
Hex AB 3B DD 17 49 0 D 119 46 37
Octal 253 73 335 27 111 0 15 431 106 67
Binary 10101011 111011 11011101 10111 1001001 0 1101 100011001 1000110 110111

Color Harmonies of #AB3BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3BDD

Black with #AB3BDD

Text Example


Text Example

White with #AB3BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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