Html Css Color HEX #AF42FC Medium Orchid

📋 copy color: '#AF42FC'

red 175 ◦ green 66 ◦ blue 252

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

Shades of Medium Orchid #AF42FC

Tints of Medium Orchid #AF42FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.12%

R = 35.5%
G = 13.39%
B = 51.12%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AF42FC (or 0xAF42FC) is known color: Medium Orchid. HEX triplet: AF, 42 and FC. RGB value is (175,66,252). Sum of RGB (Red+Green+Blue) = 175+66+252=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF42FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42FC is #50BD03. Grayscale: #777777. Windows color (decimal): -5291268 or 16532143. OLE color: 16532143.

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

Color convert

RGB 175 66 252 -
CMYK 0.31 0.74 0 0.01
HSL 275.16º 0.97% 0.62% -
HSV(B) 275.16º 0.74% 0.99% -
XYZ 37.2 20.04 94 -
YUV 119.8 202.61 167.38 -
System Red Green Blue C M Y K H S L
Decimal 175 66 252 0.31 0.74 0 0.01 275.16 0.97 0.62
Hex AF 42 FC 1F 4A 0 1 113 61 3E
Octal 257 102 374 37 112 0 1 423 141 76
Binary 10101111 1000010 11111100 11111 1001010 0 1 100010011 1100001 111110

Color Harmonies of #AF42FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42FC

Black with #AF42FC

Text Example


Text Example

White with #AF42FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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