Html Css Color HEX #AB43F2 Medium Orchid

📋 copy color: '#AB43F2'

red 171 ◦ green 67 ◦ blue 242

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

Shades of Medium Orchid #AB43F2

Tints of Medium Orchid #AB43F2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.96%

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

R = 35.63%
G = 13.96%
B = 50.42%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AB43F2 (or 0xAB43F2) is known color: Medium Orchid. HEX triplet: AB, 43 and F2. RGB value is (171,67,242). Sum of RGB (Red+Green+Blue) = 171+67+242=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 67 (26.56% from 255 or 13.96% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #AB43F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB43F2 is #54BC0D. Grayscale: #757575. Windows color (decimal): -5553166 or 15877035. OLE color: 15877035.

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

Color convert

RGB 171 67 242 -
CMYK 0.29 0.72 0 0.05
HSL 275.66º 0.87% 0.61% -
HSV(B) 275.66º 0.72% 0.95% -
XYZ 34.83 19.08 85.85 -
YUV 118.05 197.96 165.77 -
System Red Green Blue C M Y K H S L
Decimal 171 67 242 0.29 0.72 0 0.05 275.66 0.87 0.61
Hex AB 43 F2 1D 48 0 5 114 57 3D
Octal 253 103 362 35 110 0 5 424 127 75
Binary 10101011 1000011 11110010 11101 1001000 0 101 100010100 1010111 111101

Color Harmonies of #AB43F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB43F2

Black with #AB43F2

Text Example


Text Example

White with #AB43F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB43F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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