Html Css Color HEX #AF3EEE Medium Orchid

📋 copy color: '#AF3EEE'

red 175 ◦ green 62 ◦ blue 238

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

Shades of Medium Orchid #AF3EEE

Tints of Medium Orchid #AF3EEE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.05%

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

R = 36.84%
G = 13.05%
B = 50.11%

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

#AF3EEE (or 0xAF3EEE) is known color: Medium Orchid. HEX triplet: AF, 3E and EE. RGB value is (175,62,238). Sum of RGB (Red+Green+Blue) = 175+62+238=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 62 (24.61% from 255 or 13.05% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF3EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3EEE is #50C111. Grayscale: #737373. Windows color (decimal): -5292306 or 15613615. OLE color: 15613615.

HSL color Cylindrical-coordinate representation of color #AF3EEE: hue angle of 278.52º 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 #AF3EEE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 62 238 -
CMYK 0.26 0.74 0 0.07
HSL 278.52º 0.84% 0.59% -
HSV(B) 278.52º 0.74% 0.93% -
XYZ 34.83 18.73 82.67 -
YUV 115.85 196.94 170.19 -
System Red Green Blue C M Y K H S L
Decimal 175 62 238 0.26 0.74 0 0.07 278.52 0.84 0.59
Hex AF 3E EE 1A 4A 0 7 117 54 3B
Octal 257 76 356 32 112 0 7 427 124 73
Binary 10101111 111110 11101110 11010 1001010 0 111 100010111 1010100 111011

Color Harmonies of #AF3EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3EEE

Black with #AF3EEE

Text Example


Text Example

White with #AF3EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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