Html Css Color HEX #AF44F1 Medium Orchid

📋 copy color: '#AF44F1'

red 175 ◦ green 68 ◦ blue 241

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

Shades of Medium Orchid #AF44F1

Tints of Medium Orchid #AF44F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.79%

R = 36.16%
G = 14.05%
B = 49.79%

CMYK

 C value IS 0.27

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF44F1 (or 0xAF44F1) is known color: Medium Orchid. HEX triplet: AF, 44 and F1. RGB value is (175,68,241). Sum of RGB (Red+Green+Blue) = 175+68+241=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 68 (26.95% from 255 or 14.05% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF44F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF44F1 is #50BB0E. Grayscale: #777777. Windows color (decimal): -5290767 or 15811759. OLE color: 15811759.

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

Color convert

RGB 175 68 241 -
CMYK 0.27 0.72 0 0.05
HSL 277.11º 0.86% 0.61% -
HSV(B) 277.11º 0.72% 0.95% -
XYZ 35.62 19.6 85.12 -
YUV 119.72 196.45 167.43 -
System Red Green Blue C M Y K H S L
Decimal 175 68 241 0.27 0.72 0 0.05 277.11 0.86 0.61
Hex AF 44 F1 1B 48 0 5 115 56 3D
Octal 257 104 361 33 110 0 5 425 126 75
Binary 10101111 1000100 11110001 11011 1001000 0 101 100010101 1010110 111101

Color Harmonies of #AF44F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF44F1

Black with #AF44F1

Text Example


Text Example

White with #AF44F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF44F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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