Html Css Color HEX #AF3CF2 Medium Orchid

📋 copy color: '#AF3CF2'

red 175 ◦ green 60 ◦ blue 242

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

Shades of Medium Orchid #AF3CF2

Tints of Medium Orchid #AF3CF2

RGB

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

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

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

R = 36.69%
G = 12.58%
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

#AF3CF2 (or 0xAF3CF2) is known color: Medium Orchid. HEX triplet: AF, 3C and F2. RGB value is (175,60,242). Sum of RGB (Red+Green+Blue) = 175+60+242=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 242 (94.92% from 255 or 50.73% from 477); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF3CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3CF2 is #50C30D. Grayscale: #727272. Windows color (decimal): -5292814 or 15875247. OLE color: 15875247.

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

Color convert

RGB 175 60 242 -
CMYK 0.28 0.75 0 0.05
HSL 277.91º 0.88% 0.59% -
HSV(B) 277.91º 0.75% 0.95% -
XYZ 35.32 18.76 85.76 -
YUV 115.13 199.6 170.7 -
System Red Green Blue C M Y K H S L
Decimal 175 60 242 0.28 0.75 0 0.05 277.91 0.88 0.59
Hex AF 3C F2 1C 4B 0 5 116 58 3B
Octal 257 74 362 34 113 0 5 426 130 73
Binary 10101111 111100 11110010 11100 1001011 0 101 100010110 1011000 111011

Color Harmonies of #AF3CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3CF2

Black with #AF3CF2

Text Example


Text Example

White with #AF3CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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