Html Css Color HEX #AF3DF3 Medium Orchid

📋 copy color: '#AF3DF3'

red 175 ◦ green 61 ◦ blue 243

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

Shades of Medium Orchid #AF3DF3

Tints of Medium Orchid #AF3DF3

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.73%

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

R = 36.53%
G = 12.73%
B = 50.73%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF3DF3 (or 0xAF3DF3) is known color: Medium Orchid. HEX triplet: AF, 3D and F3. RGB value is (175,61,243). Sum of RGB (Red+Green+Blue) = 175+61+243=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 61 (24.22% from 255 or 12.73% from 479); Blue value is 243 (95.31% from 255 or 50.73% from 479); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF3DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3DF3 is #50C20C. Grayscale: #737373. Windows color (decimal): -5292557 or 15941039. OLE color: 15941039.

HSL color Cylindrical-coordinate representation of color #AF3DF3: hue angle of 277.58º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3DF3 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 61 243 -
CMYK 0.28 0.75 0 0.05
HSL 277.58º 0.88% 0.6% -
HSV(B) 277.58º 0.75% 0.95% -
XYZ 35.53 18.92 86.57 -
YUV 115.83 199.77 170.2 -
System Red Green Blue C M Y K H S L
Decimal 175 61 243 0.28 0.75 0 0.05 277.58 0.88 0.6
Hex AF 3D F3 1C 4B 0 5 116 58 3C
Octal 257 75 363 34 113 0 5 426 130 74
Binary 10101111 111101 11110011 11100 1001011 0 101 100010110 1011000 111100

Color Harmonies of #AF3DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3DF3

Black with #AF3DF3

Text Example


Text Example

White with #AF3DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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