Html Css Color HEX #AF44F3 Medium Orchid

📋 copy color: '#AF44F3'

red 175 ◦ green 68 ◦ blue 243

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

Shades of Medium Orchid #AF44F3

Tints of Medium Orchid #AF44F3

RGB

 RED value IS 175 (68.75% from 255) = 36.01%

 GREEN value IS 68 (26.95% from 255) = 13.99%

 BLUE value IS 243 (95.31% from 255) = 50%

R = 36.01%
G = 13.99%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF44F3 (or 0xAF44F3) is known color: Medium Orchid. HEX triplet: AF, 44 and F3. RGB value is (175,68,243). Sum of RGB (Red+Green+Blue) = 175+68+243=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 68 (26.95% from 255 or 13.99% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF44F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF44F3 is #50BB0C. Grayscale: #777777. Windows color (decimal): -5290765 or 15942831. OLE color: 15942831.

HSL color Cylindrical-coordinate representation of color #AF44F3: hue angle of 276.69º degrees, saturation: 0.88, 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 #AF44F3 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 68 243 -
CMYK 0.28 0.72 0 0.05
HSL 276.69º 0.88% 0.61% -
HSV(B) 276.69º 0.72% 0.95% -
XYZ 35.92 19.72 86.71 -
YUV 119.94 197.45 167.27 -
System Red Green Blue C M Y K H S L
Decimal 175 68 243 0.28 0.72 0 0.05 276.69 0.88 0.61
Hex AF 44 F3 1C 48 0 5 115 58 3D
Octal 257 104 363 34 110 0 5 425 130 75
Binary 10101111 1000100 11110011 11100 1001000 0 101 100010101 1011000 111101

Color Harmonies of #AF44F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF44F3

Black with #AF44F3

Text Example


Text Example

White with #AF44F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF44F3; }

 p { color: rgb(175,68,243); }

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

background-color css

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

 a { background-color: rgb(175,68,243); }

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

border-color css

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

 span { border-color: rgb(175,68,243); }

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