Html Css Color HEX #AF42E8 Medium Orchid

📋 copy color: '#AF42E8'

red 175 ◦ green 66 ◦ blue 232

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

Shades of Medium Orchid #AF42E8

Tints of Medium Orchid #AF42E8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.95%

 BLUE value IS 232 (91.02% from 255) = 49.05%

R = 37%
G = 13.95%
B = 49.05%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AF42E8 (or 0xAF42E8) is known color: Medium Orchid. HEX triplet: AF, 42 and E8. RGB value is (175,66,232). Sum of RGB (Red+Green+Blue) = 175+66+232=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 232 (91.02% from 255 or 49.05% from 473); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF42E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42E8 is #50BD17. Grayscale: #747474. Windows color (decimal): -5291288 or 15221423. OLE color: 15221423.

HSL color Cylindrical-coordinate representation of color #AF42E8: hue angle of 279.4º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF42E8 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 66 232 -
CMYK 0.25 0.72 0 0.09
HSL 279.4º 0.78% 0.58% -
HSV(B) 279.4º 0.72% 0.91% -
XYZ 34.19 18.84 78.18 -
YUV 117.52 192.61 169 -
System Red Green Blue C M Y K H S L
Decimal 175 66 232 0.25 0.72 0 0.09 279.4 0.78 0.58
Hex AF 42 E8 19 48 0 9 117 4E 3A
Octal 257 102 350 31 110 0 11 427 116 72
Binary 10101111 1000010 11101000 11001 1001000 0 1001 100010111 1001110 111010

Color Harmonies of #AF42E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42E8

Black with #AF42E8

Text Example


Text Example

White with #AF42E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42E8; }

 p { color: rgb(175,66,232); }

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

background-color css

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

 a { background-color: rgb(175,66,232); }

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

border-color css

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

 span { border-color: rgb(175,66,232); }

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