Html Css Color HEX #AF58FA Medium Orchid

📋 copy color: '#AF58FA'

red 175 ◦ green 88 ◦ blue 250

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

Shades of Medium Orchid #AF58FA

Tints of Medium Orchid #AF58FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 34.11%
G = 17.15%
B = 48.73%

CMYK

 C value IS 0.3

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF58FA (or 0xAF58FA) is known color: Medium Orchid. HEX triplet: AF, 58 and FA. RGB value is (175,88,250). Sum of RGB (Red+Green+Blue) = 175+88+250=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 88 (34.77% from 255 or 17.15% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF58FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF58FA is #50A705. Grayscale: #838383. Windows color (decimal): -5285638 or 16406703. OLE color: 16406703.

HSL color Cylindrical-coordinate representation of color #AF58FA: hue angle of 272.22º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF58FA is Cyan = 0.3, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 88 250 -
CMYK 0.3 0.65 0 0.02
HSL 272.22º 0.94% 0.66% -
HSV(B) 272.22º 0.65% 0.98% -
XYZ 38.42 23 92.86 -
YUV 132.48 194.32 158.33 -
System Red Green Blue C M Y K H S L
Decimal 175 88 250 0.3 0.65 0 0.02 272.22 0.94 0.66
Hex AF 58 FA 1E 41 0 2 110 5E 42
Octal 257 130 372 36 101 0 2 420 136 102
Binary 10101111 1011000 11111010 11110 1000001 0 10 100010000 1011110 1000010

Color Harmonies of #AF58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58FA

Black with #AF58FA

Text Example


Text Example

White with #AF58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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