Html Css Color HEX #AB38B9 Dark Orchid

📋 copy color: '#AB38B9'

red 171 ◦ green 56 ◦ blue 185

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

Shades of Dark Orchid #AB38B9

Tints of Dark Orchid #AB38B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.9%

R = 41.5%
G = 13.59%
B = 44.9%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AB38B9 (or 0xAB38B9) is known color: Dark Orchid. HEX triplet: AB, 38 and B9. RGB value is (171,56,185). Sum of RGB (Red+Green+Blue) = 171+56+185=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 56 (22.27% from 255 or 13.59% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB38B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB38B9 is #54C746. Grayscale: #686868. Windows color (decimal): -5556039 or 12138667. OLE color: 12138667.

HSL color Cylindrical-coordinate representation of color #AB38B9: hue angle of 293.49º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB38B9 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 56 185 -
CMYK 0.08 0.70 0 0.27
HSL 293.49º 0.54% 0.47% -
HSV(B) 293.49º 0.7% 0.73% -
XYZ 26.97 14.99 47.37 -
YUV 105.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 171 56 185 0.08 0.70 0 0.27 293.49 0.54 0.47
Hex AB 38 B9 8 46 0 1B 125 36 2F
Octal 253 70 271 10 106 0 33 445 66 57
Binary 10101011 111000 10111001 1000 1000110 0 11011 100100101 110110 101111

Color Harmonies of #AB38B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB38B9

Black with #AB38B9

Text Example


Text Example

White with #AB38B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB38B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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