Html Css Color HEX #AB38EA Dark Orchid

📋 copy color: '#AB38EA'

red 171 ◦ green 56 ◦ blue 234

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

Shades of Dark Orchid #AB38EA

Tints of Dark Orchid #AB38EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.76%

R = 37.09%
G = 12.15%
B = 50.76%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB38EA (or 0xAB38EA) is known color: Dark Orchid. HEX triplet: AB, 38 and EA. RGB value is (171,56,234). Sum of RGB (Red+Green+Blue) = 171+56+234=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 56 (22.27% from 255 or 12.15% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB38EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB38EA is #54C715. Grayscale: #6E6E6E. Windows color (decimal): -5555990 or 15349931. OLE color: 15349931.

HSL color Cylindrical-coordinate representation of color #AB38EA: hue angle of 278.76º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB38EA is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 56 234 -
CMYK 0.27 0.76 0 0.08
HSL 278.76º 0.81% 0.57% -
HSV(B) 278.76º 0.76% 0.92% -
XYZ 33.06 17.43 79.46 -
YUV 110.68 197.6 171.03 -
System Red Green Blue C M Y K H S L
Decimal 171 56 234 0.27 0.76 0 0.08 278.76 0.81 0.57
Hex AB 38 EA 1B 4C 0 8 117 51 39
Octal 253 70 352 33 114 0 10 427 121 71
Binary 10101011 111000 11101010 11011 1001100 0 1000 100010111 1010001 111001

Color Harmonies of #AB38EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB38EA

Black with #AB38EA

Text Example


Text Example

White with #AB38EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB38EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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