Html Css Color HEX #AF44F2 Medium Orchid

📋 copy color: '#AF44F2'

red 175 ◦ green 68 ◦ blue 242

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

Shades of Medium Orchid #AF44F2

Tints of Medium Orchid #AF44F2

RGB

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

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

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

R = 36.08%
G = 14.02%
B = 49.9%

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

#AF44F2 (or 0xAF44F2) is known color: Medium Orchid. HEX triplet: AF, 44 and F2. RGB value is (175,68,242). Sum of RGB (Red+Green+Blue) = 175+68+242=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 68 (26.95% from 255 or 14.02% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF44F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF44F2 is #50BB0D. Grayscale: #777777. Windows color (decimal): -5290766 or 15877295. OLE color: 15877295.

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

Color convert

RGB 175 68 242 -
CMYK 0.28 0.72 0 0.05
HSL 276.9º 0.87% 0.61% -
HSV(B) 276.9º 0.72% 0.95% -
XYZ 35.77 19.66 85.91 -
YUV 119.83 196.95 167.35 -
System Red Green Blue C M Y K H S L
Decimal 175 68 242 0.28 0.72 0 0.05 276.9 0.87 0.61
Hex AF 44 F2 1C 48 0 5 115 57 3D
Octal 257 104 362 34 110 0 5 425 127 75
Binary 10101111 1000100 11110010 11100 1001000 0 101 100010101 1010111 111101

Color Harmonies of #AF44F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF44F2

Black with #AF44F2

Text Example


Text Example

White with #AF44F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF44F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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