Html Css Color HEX #AB38E0 Dark Orchid

📋 copy color: '#AB38E0'

red 171 ◦ green 56 ◦ blue 224

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

Shades of Dark Orchid #AB38E0

Tints of Dark Orchid #AB38E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.67%

R = 37.92%
G = 12.42%
B = 49.67%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AB38E0 (or 0xAB38E0) is known color: Dark Orchid. HEX triplet: AB, 38 and E0. RGB value is (171,56,224). Sum of RGB (Red+Green+Blue) = 171+56+224=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB38E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB38E0 is #54C71F. Grayscale: #6C6C6C. Windows color (decimal): -5556000 or 14694571. OLE color: 14694571.

HSL color Cylindrical-coordinate representation of color #AB38E0: hue angle of 281.07º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB38E0 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 56 224 -
CMYK 0.24 0.75 0 0.12
HSL 281.07º 0.73% 0.55% -
HSV(B) 281.07º 0.75% 0.88% -
XYZ 31.66 16.87 72.11 -
YUV 109.54 192.6 171.84 -
System Red Green Blue C M Y K H S L
Decimal 171 56 224 0.24 0.75 0 0.12 281.07 0.73 0.55
Hex AB 38 E0 18 4B 0 C 119 49 37
Octal 253 70 340 30 113 0 14 431 111 67
Binary 10101011 111000 11100000 11000 1001011 0 1100 100011001 1001001 110111

Color Harmonies of #AB38E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB38E0

Black with #AB38E0

Text Example


Text Example

White with #AB38E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB38E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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