Html Css Color HEX #AF41CA Medium Orchid

📋 copy color: '#AF41CA'

red 175 ◦ green 65 ◦ blue 202

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

Shades of Medium Orchid #AF41CA

Tints of Medium Orchid #AF41CA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.71%

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

R = 39.59%
G = 14.71%
B = 45.7%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF41CA (or 0xAF41CA) is known color: Medium Orchid. HEX triplet: AF, 41 and CA. RGB value is (175,65,202). Sum of RGB (Red+Green+Blue) = 175+65+202=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 65 (25.78% from 255 or 14.71% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF41CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41CA is #50BE35. Grayscale: #717171. Windows color (decimal): -5291574 or 13255087. OLE color: 13255087.

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

Color convert

RGB 175 65 202 -
CMYK 0.13 0.68 0 0.21
HSL 288.18º 0.56% 0.52% -
HSV(B) 288.18º 0.68% 0.79% -
XYZ 30.23 17.16 57.6 -
YUV 113.51 177.94 171.86 -
System Red Green Blue C M Y K H S L
Decimal 175 65 202 0.13 0.68 0 0.21 288.18 0.56 0.52
Hex AF 41 CA D 44 0 15 120 38 34
Octal 257 101 312 15 104 0 25 440 70 64
Binary 10101111 1000001 11001010 1101 1000100 0 10101 100100000 111000 110100

Color Harmonies of #AF41CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF41CA

Black with #AF41CA

Text Example


Text Example

White with #AF41CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF41CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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