Html Css Color HEX #AF42FD Medium Orchid

📋 copy color: '#AF42FD'

red 175 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #AF42FD

Tints of Medium Orchid #AF42FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 35.43%
G = 13.36%
B = 51.21%

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

#AF42FD (or 0xAF42FD) is known color: Medium Orchid. HEX triplet: AF, 42 and FD. RGB value is (175,66,253). Sum of RGB (Red+Green+Blue) = 175+66+253=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 66 (26.17% from 255 or 13.36% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #AF42FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42FD is #50BD02. Grayscale: #777777. Windows color (decimal): -5291267 or 16597679. OLE color: 16597679.

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

Color convert

RGB 175 66 253 -
CMYK 0.31 0.74 0 0.01
HSL 274.97º 0.98% 0.63% -
HSV(B) 274.97º 0.74% 0.99% -
XYZ 37.36 20.1 94.84 -
YUV 119.91 203.11 167.29 -
System Red Green Blue C M Y K H S L
Decimal 175 66 253 0.31 0.74 0 0.01 274.97 0.98 0.63
Hex AF 42 FD 1F 4A 0 1 113 62 3F
Octal 257 102 375 37 112 0 1 423 142 77
Binary 10101111 1000010 11111101 11111 1001010 0 1 100010011 1100010 111111

Color Harmonies of #AF42FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42FD

Black with #AF42FD

Text Example


Text Example

White with #AF42FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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