Html Css Color HEX #AF58EE Medium Orchid

📋 copy color: '#AF58EE'

red 175 ◦ green 88 ◦ blue 238

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

Shades of Medium Orchid #AF58EE

Tints of Medium Orchid #AF58EE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.56%

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

R = 34.93%
G = 17.56%
B = 47.5%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AF58EE (or 0xAF58EE) is known color: Medium Orchid. HEX triplet: AF, 58 and EE. RGB value is (175,88,238). Sum of RGB (Red+Green+Blue) = 175+88+238=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 88 (34.77% from 255 or 17.56% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF58EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58EE is #50A711. Grayscale: #828282. Windows color (decimal): -5285650 or 15620271. OLE color: 15620271.

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

Color convert

RGB 175 88 238 -
CMYK 0.26 0.63 0 0.07
HSL 274.8º 0.82% 0.64% -
HSV(B) 274.8º 0.63% 0.93% -
XYZ 36.6 22.27 83.26 -
YUV 131.11 188.32 159.3 -
System Red Green Blue C M Y K H S L
Decimal 175 88 238 0.26 0.63 0 0.07 274.8 0.82 0.64
Hex AF 58 EE 1A 3F 0 7 113 52 40
Octal 257 130 356 32 77 0 7 423 122 100
Binary 10101111 1011000 11101110 11010 111111 0 111 100010011 1010010 1000000

Color Harmonies of #AF58EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58EE

Black with #AF58EE

Text Example


Text Example

White with #AF58EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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