Html Css Color HEX #AB38DD Dark Orchid

📋 copy color: '#AB38DD'

red 171 ◦ green 56 ◦ blue 221

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

Shades of Dark Orchid #AB38DD

Tints of Dark Orchid #AB38DD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.5%

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

R = 38.17%
G = 12.5%
B = 49.33%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB38DD (or 0xAB38DD) is known color: Dark Orchid. HEX triplet: AB, 38 and DD. RGB value is (171,56,221). Sum of RGB (Red+Green+Blue) = 171+56+221=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB38DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB38DD is #54C722. Grayscale: #6C6C6C. Windows color (decimal): -5556003 or 14497963. OLE color: 14497963.

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

Color convert

RGB 171 56 221 -
CMYK 0.23 0.75 0 0.13
HSL 281.82º 0.71% 0.54% -
HSV(B) 281.82º 0.75% 0.87% -
XYZ 31.26 16.71 69.98 -
YUV 109.2 191.1 172.08 -
System Red Green Blue C M Y K H S L
Decimal 171 56 221 0.23 0.75 0 0.13 281.82 0.71 0.54
Hex AB 38 DD 17 4B 0 D 11A 47 36
Octal 253 70 335 27 113 0 15 432 107 66
Binary 10101011 111000 11011101 10111 1001011 0 1101 100011010 1000111 110110

Color Harmonies of #AB38DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB38DD

Black with #AB38DD

Text Example


Text Example

White with #AB38DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB38DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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