Html Css Color HEX #AF42FA Medium Orchid

📋 copy color: '#AF42FA'

red 175 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #AF42FA

Tints of Medium Orchid #AF42FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.92%

R = 35.64%
G = 13.44%
B = 50.92%

CMYK

 C value IS 0.3

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF42FA (or 0xAF42FA) is known color: Medium Orchid. HEX triplet: AF, 42 and FA. RGB value is (175,66,250). Sum of RGB (Red+Green+Blue) = 175+66+250=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF42FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42FA is #50BD05. Grayscale: #767676. Windows color (decimal): -5291270 or 16401071. OLE color: 16401071.

HSL color Cylindrical-coordinate representation of color #AF42FA: hue angle of 275.54º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF42FA is Cyan = 0.3, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 66 250 -
CMYK 0.3 0.74 0 0.02
HSL 275.54º 0.95% 0.62% -
HSV(B) 275.54º 0.74% 0.98% -
XYZ 36.88 19.91 92.34 -
YUV 119.57 201.61 167.54 -
System Red Green Blue C M Y K H S L
Decimal 175 66 250 0.3 0.74 0 0.02 275.54 0.95 0.62
Hex AF 42 FA 1E 4A 0 2 114 5F 3E
Octal 257 102 372 36 112 0 2 424 137 76
Binary 10101111 1000010 11111010 11110 1001010 0 10 100010100 1011111 111110

Color Harmonies of #AF42FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF42FA

Black with #AF42FA

Text Example


Text Example

White with #AF42FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF42FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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