Html Css Color HEX #AF58CA Medium Orchid

📋 copy color: '#AF58CA'

red 175 ◦ green 88 ◦ blue 202

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

Shades of Medium Orchid #AF58CA

Tints of Medium Orchid #AF58CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 37.63%
G = 18.92%
B = 43.44%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF58CA (or 0xAF58CA) is known color: Medium Orchid. HEX triplet: AF, 58 and CA. RGB value is (175,88,202). Sum of RGB (Red+Green+Blue) = 175+88+202=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF58CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF58CA is #50A735. Grayscale: #7E7E7E. Windows color (decimal): -5285686 or 13260975. OLE color: 13260975.

HSL color Cylindrical-coordinate representation of color #AF58CA: hue angle of 285.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF58CA is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 88 202 -
CMYK 0.13 0.56 0 0.21
HSL 285.79º 0.52% 0.57% -
HSV(B) 285.79º 0.56% 0.79% -
XYZ 31.83 20.36 58.13 -
YUV 127.01 170.32 162.23 -
System Red Green Blue C M Y K H S L
Decimal 175 88 202 0.13 0.56 0 0.21 285.79 0.52 0.57
Hex AF 58 CA D 38 0 15 11E 34 39
Octal 257 130 312 15 70 0 25 436 64 71
Binary 10101111 1011000 11001010 1101 111000 0 10101 100011110 110100 111001

Color Harmonies of #AF58CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF58CA

Black with #AF58CA

Text Example


Text Example

White with #AF58CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF58CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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