Html Css Color HEX #AF58EA Medium Orchid

📋 copy color: '#AF58EA'

red 175 ◦ green 88 ◦ blue 234

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

Shades of Medium Orchid #AF58EA

Tints of Medium Orchid #AF58EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 35.21%
G = 17.71%
B = 47.08%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF58EA (or 0xAF58EA) is known color: Medium Orchid. HEX triplet: AF, 58 and EA. RGB value is (175,88,234). Sum of RGB (Red+Green+Blue) = 175+88+234=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 88 (34.77% from 255 or 17.71% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF58EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58EA is #50A715. Grayscale: #828282. Windows color (decimal): -5285654 or 15358127. OLE color: 15358127.

HSL color Cylindrical-coordinate representation of color #AF58EA: hue angle of 275.75º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF58EA is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 88 234 -
CMYK 0.25 0.62 0 0.08
HSL 275.75º 0.78% 0.63% -
HSV(B) 275.75º 0.62% 0.92% -
XYZ 36.02 22.03 80.2 -
YUV 130.66 186.32 159.63 -
System Red Green Blue C M Y K H S L
Decimal 175 88 234 0.25 0.62 0 0.08 275.75 0.78 0.63
Hex AF 58 EA 19 3E 0 8 114 4E 3F
Octal 257 130 352 31 76 0 10 424 116 77
Binary 10101111 1011000 11101010 11001 111110 0 1000 100010100 1001110 111111

Color Harmonies of #AF58EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58EA

Black with #AF58EA

Text Example


Text Example

White with #AF58EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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