Html Css Color HEX #AF44F9 Medium Orchid

📋 copy color: '#AF44F9'

red 175 ◦ green 68 ◦ blue 249

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

Shades of Medium Orchid #AF44F9

Tints of Medium Orchid #AF44F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 50.61%

R = 35.57%
G = 13.82%
B = 50.61%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF44F9 (or 0xAF44F9) is known color: Medium Orchid. HEX triplet: AF, 44 and F9. RGB value is (175,68,249). Sum of RGB (Red+Green+Blue) = 175+68+249=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF44F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF44F9 is #50BB06. Grayscale: #787878. Windows color (decimal): -5290759 or 16336047. OLE color: 16336047.

HSL color Cylindrical-coordinate representation of color #AF44F9: hue angle of 275.47º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF44F9 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 68 249 -
CMYK 0.30 0.73 0 0.02
HSL 275.47º 0.94% 0.62% -
HSV(B) 275.47º 0.73% 0.98% -
XYZ 36.85 20.09 91.56 -
YUV 120.63 200.45 166.78 -
System Red Green Blue C M Y K H S L
Decimal 175 68 249 0.30 0.73 0 0.02 275.47 0.94 0.62
Hex AF 44 F9 1E 49 0 2 113 5E 3E
Octal 257 104 371 36 111 0 2 423 136 76
Binary 10101111 1000100 11111001 11110 1001001 0 10 100010011 1011110 111110

Color Harmonies of #AF44F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF44F9

Black with #AF44F9

Text Example


Text Example

White with #AF44F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF44F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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