Html Css Color HEX #AB4AF2 Medium Orchid

📋 copy color: '#AB4AF2'

red 171 ◦ green 74 ◦ blue 242

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

Shades of Medium Orchid #AB4AF2

Tints of Medium Orchid #AB4AF2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.2%

 BLUE value IS 242 (94.92% from 255) = 49.69%

R = 35.11%
G = 15.2%
B = 49.69%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB4AF2 (or 0xAB4AF2) is known color: Medium Orchid. HEX triplet: AB, 4A and F2. RGB value is (171,74,242). Sum of RGB (Red+Green+Blue) = 171+74+242=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 242 (94.92% from 255 or 49.69% from 487); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB4AF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB4AF2 is #54B50D. Grayscale: #797979. Windows color (decimal): -5551374 or 15878827. OLE color: 15878827.

HSL color Cylindrical-coordinate representation of color #AB4AF2: hue angle of 274.64º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB4AF2 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 74 242 -
CMYK 0.29 0.69 0 0.05
HSL 274.64º 0.87% 0.62% -
HSV(B) 274.64º 0.69% 0.95% -
XYZ 35.27 19.97 86 -
YUV 122.16 195.64 162.84 -
System Red Green Blue C M Y K H S L
Decimal 171 74 242 0.29 0.69 0 0.05 274.64 0.87 0.62
Hex AB 4A F2 1D 45 0 5 113 57 3E
Octal 253 112 362 35 105 0 5 423 127 76
Binary 10101011 1001010 11110010 11101 1000101 0 101 100010011 1010111 111110

Color Harmonies of #AB4AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4AF2

Black with #AB4AF2

Text Example


Text Example

White with #AB4AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4AF2; }

 p { color: rgb(171,74,242); }

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

background-color css

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

 a { background-color: rgb(171,74,242); }

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

border-color css

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

 span { border-color: rgb(171,74,242); }

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