Html Css Color HEX #AF3CF4 Medium Orchid

📋 copy color: '#AF3CF4'

red 175 ◦ green 60 ◦ blue 244

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

Shades of Medium Orchid #AF3CF4

Tints of Medium Orchid #AF3CF4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.53%

 BLUE value IS 244 (95.7% from 255) = 50.94%

R = 36.53%
G = 12.53%
B = 50.94%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AF3CF4 (or 0xAF3CF4) is known color: Medium Orchid. HEX triplet: AF, 3C and F4. RGB value is (175,60,244). Sum of RGB (Red+Green+Blue) = 175+60+244=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 244 (95.70% from 255 or 50.94% from 479); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF3CF4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3CF4 is #50C30B. Grayscale: #727272. Windows color (decimal): -5292812 or 16006319. OLE color: 16006319.

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

Color convert

RGB 175 60 244 -
CMYK 0.28 0.75 0 0.04
HSL 277.5º 0.89% 0.6% -
HSV(B) 277.5º 0.75% 0.96% -
XYZ 35.62 18.88 87.35 -
YUV 115.36 200.6 170.54 -
System Red Green Blue C M Y K H S L
Decimal 175 60 244 0.28 0.75 0 0.04 277.5 0.89 0.6
Hex AF 3C F4 1C 4B 0 4 116 59 3C
Octal 257 74 364 34 113 0 4 426 131 74
Binary 10101111 111100 11110100 11100 1001011 0 100 100010110 1011001 111100

Color Harmonies of #AF3CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CF4

Black with #AF3CF4

Text Example


Text Example

White with #AF3CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CF4; }

 p { color: rgb(175,60,244); }

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

background-color css

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

 a { background-color: rgb(175,60,244); }

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

border-color css

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

 span { border-color: rgb(175,60,244); }

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