Html Css Color HEX #AF3FEE Medium Orchid

📋 copy color: '#AF3FEE'

red 175 ◦ green 63 ◦ blue 238

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

Shades of Medium Orchid #AF3FEE

Tints of Medium Orchid #AF3FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50%

R = 36.76%
G = 13.24%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF3FEE (or 0xAF3FEE) is known color: Medium Orchid. HEX triplet: AF, 3F and EE. RGB value is (175,63,238). Sum of RGB (Red+Green+Blue) = 175+63+238=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 63 (25% from 255 or 13.24% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF3FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3FEE is #50C011. Grayscale: #737373. Windows color (decimal): -5292050 or 15613871. OLE color: 15613871.

HSL color Cylindrical-coordinate representation of color #AF3FEE: hue angle of 278.4º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3FEE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 63 238 -
CMYK 0.26 0.74 0 0.07
HSL 278.4º 0.84% 0.59% -
HSV(B) 278.4º 0.74% 0.93% -
XYZ 34.89 18.84 82.69 -
YUV 116.44 196.61 169.77 -
System Red Green Blue C M Y K H S L
Decimal 175 63 238 0.26 0.74 0 0.07 278.4 0.84 0.59
Hex AF 3F EE 1A 4A 0 7 116 54 3B
Octal 257 77 356 32 112 0 7 426 124 73
Binary 10101111 111111 11101110 11010 1001010 0 111 100010110 1010100 111011

Color Harmonies of #AF3FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3FEE

Black with #AF3FEE

Text Example


Text Example

White with #AF3FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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