Html Css Color HEX #AF43FA Medium Orchid

📋 copy color: '#AF43FA'

red 175 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #AF43FA

Tints of Medium Orchid #AF43FA

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.62%

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

R = 35.57%
G = 13.62%
B = 50.81%

CMYK

 C value IS 0.3

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AF43FA (or 0xAF43FA) is known color: Medium Orchid. HEX triplet: AF, 43 and FA. RGB value is (175,67,250). Sum of RGB (Red+Green+Blue) = 175+67+250=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 67 (26.56% from 255 or 13.62% from 492); Blue value is 250 (98.05% from 255 or 50.81% from 492); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF43FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF43FA is #50BC05. Grayscale: #777777. Windows color (decimal): -5291014 or 16401327. OLE color: 16401327.

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

Color convert

RGB 175 67 250 -
CMYK 0.3 0.73 0 0.02
HSL 275.41º 0.95% 0.62% -
HSV(B) 275.41º 0.73% 0.98% -
XYZ 36.94 20.03 92.36 -
YUV 120.15 201.28 167.12 -
System Red Green Blue C M Y K H S L
Decimal 175 67 250 0.3 0.73 0 0.02 275.41 0.95 0.62
Hex AF 43 FA 1E 49 0 2 113 5F 3E
Octal 257 103 372 36 111 0 2 423 137 76
Binary 10101111 1000011 11111010 11110 1001001 0 10 100010011 1011111 111110

Color Harmonies of #AF43FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF43FA

Black with #AF43FA

Text Example


Text Example

White with #AF43FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF43FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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