Html Css Color HEX #AF42FE Medium Orchid

📋 copy color: '#AF42FE'

red 175 ◦ green 66 ◦ blue 254

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

Shades of Medium Orchid #AF42FE

Tints of Medium Orchid #AF42FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 35.35%
G = 13.33%
B = 51.31%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AF42FE (or 0xAF42FE) is known color: Medium Orchid. HEX triplet: AF, 42 and FE. RGB value is (175,66,254). Sum of RGB (Red+Green+Blue) = 175+66+254=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF42FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42FE is #50BD01. Grayscale: #777777. Windows color (decimal): -5291266 or 16663215. OLE color: 16663215.

HSL color Cylindrical-coordinate representation of color #AF42FE: hue angle of 274.79º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF42FE is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 66 254 -
CMYK 0.31 0.74 0 0.00
HSL 274.79º 0.99% 0.63% -
HSV(B) 274.79º 0.74% 1% -
XYZ 37.52 20.17 95.68 -
YUV 120.02 203.61 167.21 -
System Red Green Blue C M Y K H S L
Decimal 175 66 254 0.31 0.74 0 0.00 274.79 0.99 0.63
Hex AF 42 FE 1F 4A 0 0 113 63 3F
Octal 257 102 376 37 112 0 0 423 143 77
Binary 10101111 1000010 11111110 11111 1001010 0 0 100010011 1100011 111111

Color Harmonies of #AF42FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42FE

Black with #AF42FE

Text Example


Text Example

White with #AF42FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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