Html Css Color HEX #AF3FF3 Medium Orchid

📋 copy color: '#AF3FF3'

red 175 ◦ green 63 ◦ blue 243

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

Shades of Medium Orchid #AF3FF3

Tints of Medium Orchid #AF3FF3

RGB

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

 GREEN value IS 63 (25% from 255) = 13.1%

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

R = 36.38%
G = 13.1%
B = 50.52%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AF3FF3 (or 0xAF3FF3) is known color: Medium Orchid. HEX triplet: AF, 3F and F3. RGB value is (175,63,243). Sum of RGB (Red+Green+Blue) = 175+63+243=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 63 (25% from 255 or 13.10% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #AF3FF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3FF3 is #50C00C. Grayscale: #747474. Windows color (decimal): -5292045 or 15941551. OLE color: 15941551.

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

Color convert

RGB 175 63 243 -
CMYK 0.28 0.74 0 0.05
HSL 277.33º 0.88% 0.6% -
HSV(B) 277.33º 0.74% 0.95% -
XYZ 35.63 19.14 86.61 -
YUV 117.01 199.11 169.36 -
System Red Green Blue C M Y K H S L
Decimal 175 63 243 0.28 0.74 0 0.05 277.33 0.88 0.6
Hex AF 3F F3 1C 4A 0 5 115 58 3C
Octal 257 77 363 34 112 0 5 425 130 74
Binary 10101111 111111 11110011 11100 1001010 0 101 100010101 1011000 111100

Color Harmonies of #AF3FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FF3

Black with #AF3FF3

Text Example


Text Example

White with #AF3FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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